public class CacheException extends ShiroException
| Constructor and Description |
|---|
CacheException()
Creates a new
CacheException.
|
CacheException(String
Creates a new
CacheException.
|
CacheException(String
Creates a new
CacheException.
|
CacheException(Throwable
Creates a new
CacheException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheException()
CacheException.
public CacheException(Stringmessage)
CacheException.
message - the reason for the exception.
public CacheException(Throwablecause)
CacheException.
cause - the underlying cause of the exception.