|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sf.ehcache.CacheException net.sf.ehcache.constructs.nonstop.NonStopCacheException
public class NonStopCacheException
Exception type thrown for NonStopCache operations
Constructor Summary | |
---|---|
NonStopCacheException()
Default constructor |
|
NonStopCacheException(String message)
Constructor accepting a String message |
|
NonStopCacheException(String message,
Throwable cause)
Constructor accepting a String message and a Throwable cause |
|
NonStopCacheException(Throwable cause)
Constructor accepting a Throwable cause |
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 NonStopCacheException()
public NonStopCacheException(String message, Throwable cause)
message
- cause
- public NonStopCacheException(String message)
message
- public NonStopCacheException(Throwable cause)
cause
-
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |