com.j_spaces.core.client
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.j_spaces.core.client.CacheException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CacheTimeoutException
public class CacheException
- extends RuntimeException
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CacheException
public CacheException(String message)
-
CacheException
public CacheException(String message,
Throwable cause)
-
Copyright © GigaSpaces.