live.cache
Class CacheException

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

public class CacheException
extends Exception

throws from the Cache use this Exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CacheException()
          See Exception.Exception()
CacheException(String msg)
          See Exception.Exception(java.lang.String)
CacheException(String message, Throwable cause)
          See Exception.Exception(java.lang.String, java.lang.Throwable)
CacheException(Throwable cause)
          See Exception.Exception(java.lang.Throwable)
 
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()
See Exception.Exception()


CacheException

public CacheException(String msg)
See Exception.Exception(java.lang.String)


CacheException

public CacheException(Throwable cause)
See Exception.Exception(java.lang.Throwable)


CacheException

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



Copyright © 2005