javax.util.jcache
Class CallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.CallbackException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class CallbackException
- extends CacheException
An exception was generated by a user supplied callback method.
- See Also:
- Serialized Form
Constructor Summary |
CallbackException()
Deprecated. Creates new CallbackException without detail message. |
CallbackException(String msg)
Deprecated. Constructs an CallbackException with the specified detail
message. |
CallbackException
public CallbackException()
- Deprecated.
- Creates new
CallbackException
without detail message.
CallbackException
public CallbackException(String msg)
- Deprecated.
- Constructs an
CallbackException
with the specified detail
message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.