public class CacheException extends RuntimeException
| Constructor and Description |
|---|
CacheException(String message)
Creates a new exception described by the provided message.
|
CacheException(String message,
Throwable cause)
Creates a new exception described by the provided message and the throwable that caused it.
|
CacheException(Throwable cause)
Creates a new exception wrapping the cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheException(String message)
message - the message giving some details about the exceptionpublic CacheException(String message, Throwable cause)
message - the message giving some details about the exceptioncause - the cause of the exceptionpublic CacheException(Throwable cause)
cause - the cause of the exceptionCopyright © 2019 Communote team. All rights reserved.