CacheException

public class CacheException extends Exception

The CacheException indicate an error for DVO cacher. Creation Date: 12/2/2007

Author:Twinsen Tsang

Constructors

CacheException

public CacheException()

Creates a new instance of CacheException.

CacheException

public CacheException(String message)

Creates a new instance of CacheException.

Parameters:
  • message – the error message.

CacheException

public CacheException(Throwable cause)

Creates a new instance of CacheException.

Parameters:
  • cause – the cause of this exception.

CacheException

public CacheException(String message, Throwable cause)

Creates a new instance of CacheException.

Parameters:
  • message – the error message.
  • cause – the cause of this exception.