org.infinispan.util.concurrent
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.CacheException
org.infinispan.util.concurrent.TimeoutException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StateTransferInProgressException, StateTransferLockReacquisitionException
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
TimeoutException
public TimeoutException()
TimeoutException
public TimeoutException(String msg)
TimeoutException
public TimeoutException(String msg,
Throwable cause)
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.