| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.j_spaces.javax.cache.CacheException
public class CacheException
Description: CacheException is a generic exception, which indicates a cache error has occurred.
| Constructor Summary | |
|---|---|
CacheException()
Constructs a new CacheException.  | 
|
CacheException(String message)
Constructs a new CacheException with a message string.  | 
|
CacheException(String message,
               Throwable cause)
Constructs a CacheException with a message string, and a cause.  | 
|
| 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 | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CacheException()
public CacheException(String message)
message - the detail message
public CacheException(String message,
                      Throwable cause)
message - the detail messagecause - the cause (which is saved for later retrieval by the
         Throwable.getCause() method).  (A null value is
         permitted, and indicates that the cause is nonexistent or
         unknown.)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||