@Deprecated public class CacheException extends Exception
Constructor and Description |
---|
CacheException()
Deprecated.
Constructs a new CacheException.
|
CacheException(String message)
Deprecated.
Constructs a new CacheException with a message string.
|
CacheException(String message,
Throwable cause)
Deprecated.
Constructs a CacheException with a message string, and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheException()
public CacheException(String message)
message
- the detail messagepublic CacheException(String message, Throwable cause)
message
- the detail messagecause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null value is permitted, and indicates that the cause is
nonexistent or unknown.)Copyright © GigaSpaces.