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