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