org.apache.jcs.access.exception
Class InvalidHandleException

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.InvalidHandleException
All Implemented Interfaces:
java.io.Serializable

public class InvalidHandleException
extends CacheException

InvalidHandleException is not used.

See Also:
Serialized Form

Constructor Summary
InvalidHandleException()
          Constructor for the InvalidHandleException object
InvalidHandleException(java.lang.String message)
          Constructor for the InvalidHandleException 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

InvalidHandleException

public InvalidHandleException()
Constructor for the InvalidHandleException object


InvalidHandleException

public InvalidHandleException(java.lang.String message)
Constructor for the InvalidHandleException object.

Parameters:
message -


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