| 
|||||||||
| 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 GSMapImpl which is an implementation
 of IMap is implementing java.util.Map methods which do 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 | 
|---|
equals, 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.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||