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