org.jboss.cache.lock
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException (src)
org.jboss.cache.CacheException (src)
org.jboss.cache.lock.TimeoutException
- All Implemented Interfaces:
- NestedThrowable (src) , java.io.Serializable
- public class TimeoutException
- extends CacheException (src)
Thrown when a timeout occurred. used by operations with timeouts, e.g. lock
acquisition, or waiting for responses from all members.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TimeoutException
public TimeoutException()
TimeoutException
public TimeoutException(java.util.List failed_members)
TimeoutException
public TimeoutException(java.lang.String msg)
TimeoutException
public TimeoutException(java.lang.String msg,
java.lang.Throwable cause)
toString
public java.lang.String toString()