Class InvalidHandleException
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.InvalidHandleException
- All Implemented Interfaces:
Serializable
InvalidHandleException is not used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the InvalidHandleException objectInvalidHandleException
(String message) Constructor for the InvalidHandleException 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
-
InvalidHandleException
public InvalidHandleException()Constructor for the InvalidHandleException object -
InvalidHandleException
Constructor for the InvalidHandleException object.- Parameters:
message
-
-