org.ajax4jsf.cache
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ajax4jsf.cache.CacheException
All Implemented Interfaces:
java.io.Serializable

public class CacheException
extends java.lang.Exception

CacheException is a generic exception, which indicates a cache error has occurred. All the other cache exceptions are the subclass of this class. All the methods in the cache package only throw CacheException or the sub class of it.

See Also:
Serialized Form

Constructor Summary
CacheException()
          Constructs a new CacheException.
CacheException(java.lang.String s)
          Constructs a new CacheException with a message string.
CacheException(java.lang.String s, java.lang.Throwable ex)
          Constructs a CacheException with a message string, and a base exception
 
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()
Constructs a new CacheException.


CacheException

public CacheException(java.lang.String s)
Constructs a new CacheException with a message string.


CacheException

public CacheException(java.lang.String s,
                      java.lang.Throwable ex)
Constructs a CacheException with a message string, and a base exception



Copyright © 2010. All Rights Reserved.