javax.util.jcache
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.NotImplementedException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class NotImplementedException
- extends CacheException
A request for functionality that is not yet available has been made.
- See Also:
- Serialized Form
NotImplementedException
public NotImplementedException()
- Deprecated.
- Creates new
NotImplementedException
without detail message.
NotImplementedException
public NotImplementedException(String msg)
- Deprecated.
- Constructs an
NotImplementedException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.