Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jcs3.access.exception.CacheException
org.apache.commons.jcs3.access.exception.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the ObjectNotFoundException objectObjectNotFoundException
(String message) Constructor for the ObjectNotFoundException object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotFoundException
public ObjectNotFoundException()Constructor for the ObjectNotFoundException object -
ObjectNotFoundException
Constructor for the ObjectNotFoundException object- Parameters:
message
-
-