javax.util.jcache
Class NotARetrievableObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.util.jcache.CacheException
              extended by 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

Constructor Summary
NotARetrievableObjectException()
          Deprecated. Creates new NotARetrievableObjectException without detail message.
NotARetrievableObjectException(String msg)
          Deprecated. Constructs an NotARetrievableObjectException with the specified detail message.
 
Method Summary
 
Methods inherited from class javax.util.jcache.CacheException
getBase, getLocalizedMessage, getMessage, printStackTrace, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.