|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.cache.CacheException
public class CacheException
Root class of all Shiro exceptions related to caching operations.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||