public abstract class OperationAbortedException extends CacheRuntimeException
Constructor and Description |
---|
OperationAbortedException()
Creates a new instance of
OperationAbortedException without detail message. |
OperationAbortedException(String msg)
Constructs an instance of
OperationAbortedException with the specified detail
message. |
OperationAbortedException(String msg,
Throwable cause)
Constructs an instance of
OperationAbortedException with the specified detail
message and cause. |
OperationAbortedException(Throwable cause)
Constructs an instance of
OperationAbortedException with the specified cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OperationAbortedException()
OperationAbortedException
without detail message.public OperationAbortedException(String msg)
OperationAbortedException
with the specified detail
message.msg
- the detail messagepublic OperationAbortedException(String msg, Throwable cause)
OperationAbortedException
with the specified detail
message and cause.msg
- the detail messagecause
- the causal Throwablepublic OperationAbortedException(Throwable cause)
OperationAbortedException
with the specified cause.cause
- the causal Throwable