net.sf.ehcache
public class CacheException extends RuntimeException
Version: $Id: CacheException.java 52 2006-04-24 14:50:03Z 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
Returns: the cause or null if this exception has no deeper cause.