Class CacheException

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

@Deprecated public class CacheException extends Exception
Deprecated.
Description: CacheException is a generic exception, which indicates a cache error has occurred.
Since:
5.0
Version:
1.0
See Also:
  • Constructor Details

    • 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.)