|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ehcache.exceptions.CacheAccessException
org.ehcache.exceptions.RethrowingCacheAccessException
ResilienceStrategy
instances can be plugged-in.
@Deprecated public class RethrowingCacheAccessException
Generic exception used when an internal operation fails on a Cache
but shouldn't be
handled by a resilience strategy but rather rethrown to the caller.
Constructor Summary | |
---|---|
RethrowingCacheAccessException(java.lang.RuntimeException cause)
Deprecated. Create an instance of RethrowingCacheAccessException. |
Method Summary | |
---|---|
java.lang.RuntimeException |
getCause()
Deprecated. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 RethrowingCacheAccessException(java.lang.RuntimeException cause)
cause
- the cause RuntimeException that will be rethrown.Method Detail |
---|
public java.lang.RuntimeException getCause()
getCause
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |