| 
 | GigaSpaces XAP 7.0 API | |||||||||
| 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
@Deprecated public class CacheException
Description: CacheException is a generic exception, which indicates a cache error has occurred.
| Constructor Summary | |
|---|---|
| CacheException()Deprecated. Constructs a new CacheException. | |
| CacheException(String message)Deprecated. Constructs a new CacheException with a message string. | |
| CacheException(String message,
               Throwable cause)Deprecated. 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 | 
|---|
| clone, equals, finalize, 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.)| 
 | GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||