|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.CacheNotAvailableException
public class CacheNotAvailableException
The caching system has not been initialized or is temporarily unavailable.
Constructor Summary | |
---|---|
CacheNotAvailableException()
Deprecated. Creates new CacheNotAvailableException without detail
message. |
|
CacheNotAvailableException(Exception cause)
Deprecated. Constructs an CacheNotAvailableException with the specified
detail Exception. |
|
CacheNotAvailableException(String msg)
Deprecated. Constructs an CacheNotAvailableException with the specified
detail message. |
|
CacheNotAvailableException(String message,
Exception cause)
Deprecated. Constructs an CacheNotAvailableException with the specified
detail Exception and additional message. |
Method Summary |
---|
Methods inherited from class javax.util.jcache.CacheException |
---|
getBase, getLocalizedMessage, getMessage, printStackTrace, setMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheNotAvailableException()
CacheNotAvailableException
without detail
message.
public CacheNotAvailableException(String message, Exception cause)
CacheNotAvailableException
with the specified
detail Exception and additional message.
message
- the detail message.cause
- the detail exception.public CacheNotAvailableException(Exception cause)
CacheNotAvailableException
with the specified
detail Exception.
cause
- the detail exception.public CacheNotAvailableException(String msg)
CacheNotAvailableException
with the specified
detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |