|
|||||||||
| 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
sofya.base.exceptions.CacheException
public class CacheException
Defines an exception that indicates that something prevented a cache or cache-related operation from being serviced.
| Constructor Summary | |
|---|---|
CacheException()
Create an instance with no message. |
|
CacheException(java.lang.String s)
Create an instance with the given message. |
|
CacheException(java.lang.String s,
java.lang.Throwable cause)
Creates an instance with the given message wrapping another exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the exception that is the original source of the problem (may be null). |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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()
public CacheException(java.lang.String s)
public CacheException(java.lang.String s,
java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.Throwable getCause()
null).
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||