net.sf.ehcache
public class CacheException extends RuntimeException
Version: $Id: CacheException.java 124 2006-06-11 13:44:17Z gregluck $
Constructor Summary | |
---|---|
CacheException()
Constructor for the CacheException object. | |
CacheException(String message)
Constructor for the CacheException object. | |
CacheException(String message, Throwable initialCause)
Constructor for the CacheException object. |
Method Summary | |
---|---|
Throwable | getInitialCause()
The intiial cause of this Exception. |
Parameters: message the exception detail message
Parameters: message the exception detail message initialCause the cause of the exception which can later be retrieved with the getInitialCause method
Returns: the cause or null if this exception has no deeper cause.