javax.util.jcache
Class InvalidObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.InvalidObjectException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class InvalidObjectException
- extends CacheException
An unvalid object was unexpectedly encountered.
- See Also:
- Serialized Form
InvalidObjectException
public InvalidObjectException()
- Deprecated.
- Creates new
InvalidObjectException
without detail message.
InvalidObjectException
public InvalidObjectException(String msg)
- Deprecated.
- Constructs an
InvalidObjectException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.