public final class CacheException extends Exception
| Constructor and Description |
|---|
CacheException()
Creates a new instance of
CacheException without detail message. |
CacheException(Object cacheReference,
String message,
Throwable cause)
Creates a new CacheException object.
|
CacheException(String msg)
Constructs an instance of
CacheException with the specified detail message. |
CacheException(String msg,
Throwable cause)
Constructs an instance of
CacheException with the specified detail message and the specified cause. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCacheReference()
DOCUMENT ME!
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheException()
CacheException without detail message.public CacheException(String msg)
CacheException with the specified detail message.msg - the detail message.public CacheException(String msg, Throwable cause)
CacheException with the specified detail message and the specified cause.msg - the detail message.cause - the exception causepublic Object getCacheReference()
Copyright © 2012–2026 cismet GmbH. All rights reserved.