|
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
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(java.lang.String message)
Constructor for the RemoteCacheException object. |
Methods inherited from class net.sf.ehcache.CacheException |
getInitialCause |
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(java.lang.String message)
message
- the reason the exception was thrown
|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |