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