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