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 SummaryConstructorsConstructorDescriptionConstructor for the ObjectNotFoundException objectObjectNotFoundException(String message) Constructor for the ObjectNotFoundException object
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ObjectNotFoundExceptionpublic ObjectNotFoundException()Constructor for the ObjectNotFoundException object
- 
ObjectNotFoundExceptionConstructor for the ObjectNotFoundException object- Parameters:
- message-
 
 
-