javax.util.jcache
Class ResponseFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.ResponseFailedException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class ResponseFailedException
- extends CacheException
A request from a remote cache has failed.
- See Also:
- Serialized Form
ResponseFailedException
public ResponseFailedException()
- Deprecated.
- Creates new
ResponseFailedException
without detail message.
ResponseFailedException
public ResponseFailedException(String msg)
- Deprecated.
- Constructs an
ResponseFailedException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.