javax.cache
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.cache.CacheException
All Implemented Interfaces:
java.io.Serializable

public class CacheException
extends java.lang.Exception
implements java.io.Serializable

Version:
$Rev: 397921 $ $Date: 2006-04-28 17:23:23 +0200 (Fri, 28 Apr 2006) $
See Also:
Serialized Form

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

CacheException

public CacheException(java.lang.String message,
                      java.lang.Throwable cause)

CacheException

public CacheException(java.lang.String message)


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.