GigaSpaces XAP 8.0 API

com.j_spaces.core.client
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CacheException(String message)
          
CacheException(String message, Throwable 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

CacheException

public CacheException(String message)


CacheException

public CacheException(String message,
                      Throwable cause)


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.