Package org.infinispan.util.concurrent
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.util.concurrent.TimeoutException
-
- All Implemented Interfaces:
Serializable
public class TimeoutException extends CacheException
Thrown when a timeout occurred. used by operations with timeouts, e.g. lock acquisition, or waiting for responses from all members.- Since:
- 4.0
- Author:
- Bela Ban., Mircea.Markus@jboss.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
TimeoutException(String msg)
TimeoutException(String msg, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-