public class CacheException extends RuntimeException
| Constructor and Description |
|---|
CacheException()
Default
|
CacheException(String message)
Constructor for the CacheException object
|
CacheException(String message,
Throwable nested)
Constructor for the CacheException object
|
CacheException(Throwable nested)
Constructor for the CacheException object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheException()
public CacheException(Throwable nested)
nested - a nested exceptionpublic CacheException(String message)
message - the exception messageCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.