public abstract class CancelException extends CacheRuntimeException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
CancelException()
for serialization
|
CancelException(String message)
Create instance with given message
|
CancelException(String message,
Throwable cause)
Create instance with given message and cause
|
CancelException(Throwable cause)
Create instance with empty message and given cause
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final long serialVersionUID
public CancelException()
public CancelException(String message)
message
- the messagepublic CancelException(String message, Throwable cause)
message
- the messagecause
- the causepublic CancelException(Throwable cause)
cause
- the cause