javax.util.jcache
Class CacheNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.util.jcache.CacheException
              extended by javax.util.jcache.CacheNotAvailableException
All Implemented Interfaces:
Serializable

Deprecated. replaced with CacheException

public class CacheNotAvailableException
extends CacheException

The caching system has not been initialized or is temporarily unavailable.

See Also:
Serialized Form

Constructor Summary
CacheNotAvailableException()
          Deprecated. Creates new CacheNotAvailableException without detail message.
CacheNotAvailableException(Exception cause)
          Deprecated. Constructs an CacheNotAvailableException with the specified detail Exception.
CacheNotAvailableException(String msg)
          Deprecated. Constructs an CacheNotAvailableException with the specified detail message.
CacheNotAvailableException(String message, Exception cause)
          Deprecated. Constructs an CacheNotAvailableException with the specified detail Exception and additional message.
 
Method Summary
 
Methods inherited from class javax.util.jcache.CacheException
getBase, getLocalizedMessage, getMessage, printStackTrace, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheNotAvailableException

public CacheNotAvailableException()
Deprecated. 
Creates new CacheNotAvailableException without detail message.


CacheNotAvailableException

public CacheNotAvailableException(String message,
                                  Exception cause)
Deprecated. 
Constructs an CacheNotAvailableException with the specified detail Exception and additional message.

Parameters:
message - the detail message.
cause - the detail exception.

CacheNotAvailableException

public CacheNotAvailableException(Exception cause)
Deprecated. 
Constructs an CacheNotAvailableException with the specified detail Exception.

Parameters:
cause - the detail exception.

CacheNotAvailableException

public CacheNotAvailableException(String msg)
Deprecated. 
Constructs an CacheNotAvailableException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.