GigaSpaces XAP 8.0 API

com.j_spaces.javax.cache
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.j_spaces.javax.cache.CacheException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class CacheException
extends Exception

Description: CacheException is a generic exception, which indicates a cache error has occurred.

Since:
5.0
Version:
1.0
See Also:
Serialized Form

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

CacheException

public CacheException()
Deprecated. 
Constructs a new CacheException.


CacheException

public CacheException(String message)
Deprecated. 
Constructs a new CacheException with a message string.

Parameters:
message - the detail message

CacheException

public CacheException(String message,
                      Throwable cause)
Deprecated. 
Constructs a CacheException with a message string, and a cause.

Parameters:
message - the detail message
cause - 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 8.0 API

Copyright © GigaSpaces.