|
GigaSpaces XAP 7.1 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
java.lang.RuntimeException
com.j_spaces.core.client.CacheException
public class CacheException
Exception class that is thrown when any kind of Cache related
exception happens. It is mostly used to wrap JavaSpaces exceptions
such as RemoteException, TransactionException.
This class extends RuntimeException since the implementation
of IMap is implementing java.util.Map methods which does not throw Exception.
| Constructor Summary | |
|---|---|
CacheException(Exception cause)
Constructs an Exception with no specified detail message. |
|
CacheException(String message)
Constructs a RuntimeException with the specified
detail message. |
|
| Method Summary | |
|---|---|
Exception |
getUnderlyingException()
Deprecated. use java.lang.Throwable#getCause() |
| 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(Exception cause)
Exception with no specified detail message.
cause - the cause of this CacheExceptionpublic CacheException(String message)
RuntimeException with the specified
detail message.
message - the detail message.| Method Detail |
|---|
@Deprecated public Exception getUnderlyingException()
underlyingException if there is any.
underlyingException if there is any.
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||