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