javax.util.jcache
Class ObjectNotFoundException

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

Deprecated. replaced with CacheException

public class ObjectNotFoundException
extends CacheException

The object requested could not be found in the cache and there was insufficient information available to create or load the object.

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
          Deprecated. Creates new ObjectNotFoundException without detail message.
ObjectNotFoundException(Exception cause)
          Deprecated. Creates a new ObjectNotFoundException object with the specified detail Ecxeption.
ObjectNotFoundException(String msg)
          Deprecated. Constructs an ObjectNotFoundException with the specified detail message.
ObjectNotFoundException(String message, Exception cause)
          Deprecated. Creates a new ObjectNotFoundException object with the specified detail message and detail cause exception.
 
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

ObjectNotFoundException

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


ObjectNotFoundException

public ObjectNotFoundException(String message,
                               Exception cause)
Deprecated. 
Creates a new ObjectNotFoundException object with the specified detail message and detail cause exception.

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

ObjectNotFoundException

public ObjectNotFoundException(Exception cause)
Deprecated. 
Creates a new ObjectNotFoundException object with the specified detail Ecxeption.

Parameters:
cause - the cause of this exception

ObjectNotFoundException

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

Parameters:
msg - the detail message.


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