javax.util.jcache
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.TimeoutException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class TimeoutException
- extends CacheException
A blocking call has timed out before the the requested task has completed.
- See Also:
- Serialized Form
Constructor Summary |
TimeoutException()
Deprecated. Creates new TimeoutException without detail message. |
TimeoutException(String msg)
Deprecated. Constructs an TimeoutException with the specified detail
message. |
TimeoutException
public TimeoutException()
- Deprecated.
- Creates new
TimeoutException
without detail message.
TimeoutException
public TimeoutException(String msg)
- Deprecated.
- Constructs an
TimeoutException
with the specified detail
message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.