| 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
net.sf.ehcache.distribution.RemoteCacheException
public final class RemoteCacheException
A Cache Exception in the distribution mechanism.
A RemoteCacheException may not always matter to an application, which may want to ignore it.
| Constructor Summary | |
|---|---|
RemoteCacheException()
Constructor for the RemoteCacheException object.  | 
|
RemoteCacheException(String message)
Constructor for the RemoteCacheException object.  | 
|
RemoteCacheException(String message,
                     Throwable cause)
Constructor for the RemoteCacheException object.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public RemoteCacheException()
public RemoteCacheException(String message)
message - the reason the exception was thrown
public RemoteCacheException(String message,
                            Throwable cause)
message - the exception detail messagecause - the cause of the exception
  | 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||