net.sf.ehcache.distribution
public final class RemoteCacheException extends CacheException
Version: $Id: RemoteCacheException.java 97 2006-05-28 10:10:25Z gregluck $
Constructor Summary | |
---|---|
RemoteCacheException()
Constructor for the RemoteCacheException object. | |
RemoteCacheException(String message)
Constructor for the RemoteCacheException object.
| |
RemoteCacheException(String message, Throwable initialCause)
Constructor for the RemoteCacheException object.
|
Parameters: message the reason the exception was thrown
Parameters: message the exception detail message initialCause the cause of the exception