org.apache.jcs.access.exception
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jcs.access.exception.CacheException
              extended by org.apache.jcs.access.exception.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends CacheException

ObjectNotFoundException

TODO see if we can remove this.

This is thrown from the composite cache if you as for the element attributes and the element does not exist.

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
          Constructor for the ObjectNotFoundException object
ObjectNotFoundException(String message)
          Constructor for the ObjectNotFoundException object
 
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

ObjectNotFoundException

public ObjectNotFoundException()
Constructor for the ObjectNotFoundException object


ObjectNotFoundException

public ObjectNotFoundException(String message)
Constructor for the ObjectNotFoundException object

Parameters:
message -


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.