javax.util.jcache
Class NotARetrievableObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.NotARetrievableObjectException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class NotARetrievableObjectException
- extends CacheException
An attempt was made to retrieve a group as if it were an instance of a
cached object.
- See Also:
- Serialized Form
NotARetrievableObjectException
public NotARetrievableObjectException()
- Deprecated.
- Creates new
NotARetrievableObjectException
without detail
message.
NotARetrievableObjectException
public NotARetrievableObjectException(String msg)
- Deprecated.
- Constructs an
NotARetrievableObjectException
with the
specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.