public class CacheException extends ShiroException
Constructor and Description |
---|
CacheException()
Creates a new
CacheException . |
CacheException(String message)
Creates a new
CacheException . |
CacheException(String message,
Throwable cause)
Creates a new
CacheException . |
CacheException(Throwable cause)
Creates a new
CacheException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheException()
CacheException
.public CacheException(String message)
CacheException
.message
- the reason for the exception.public CacheException(Throwable cause)
CacheException
.cause
- the underlying cause of the exception.public CacheException(String message, Throwable cause)
CacheException
.message
- the reason for the exception.cause
- the underlying cause of the exception.Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.