| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.rift.coad.lib.cache.CacheException
CacheException | public class CacheException extends java.lang.Exception (Code) | | The exception that gets thrown when there is an error with the caching.
author: Brett Chaldecott |
Constructor Summary | |
public | CacheException() Creates a new instance of CacheException without detail message. | public | CacheException(String msg) Constructs an instance of CacheException with the specified detail message. | public | CacheException(String msg, Throwable ex) Constructs an instance of CacheException with the specified detail message. |
CacheException | public CacheException()(Code) | | Creates a new instance of CacheException without detail message.
|
CacheException | public CacheException(String msg)(Code) | | Constructs an instance of CacheException with the specified detail message.
Parameters: msg - the detail message. |
CacheException | public CacheException(String msg, Throwable ex)(Code) | | Constructs an instance of CacheException with the specified detail message.
Parameters: msg - the detail message. Parameters: ex - The exception stack. |
|
|
|