javax.util.jcache
Class InvalidHandleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.InvalidHandleException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class InvalidHandleException
- extends CacheException
The handle used to reference the object is not valid (CacheAccess.close was
probably called). Call CacheAccess.getAccess to reset the handle.
- See Also:
- Serialized Form
InvalidHandleException
public InvalidHandleException()
- Deprecated.
- Creates new
InvalidHandleException
without detail message.
InvalidHandleException
public InvalidHandleException(String msg)
- Deprecated.
- Constructs an
InvalidHandleException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.