Class HotRodTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.client.hotrod.exceptions.HotRodClientException
-
- org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
-
- All Implemented Interfaces:
Serializable
public class HotRodTimeoutException extends HotRodClientException
Signals an remote timeout(due to locking) in the infinispan server.- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HotRodTimeoutException()
HotRodTimeoutException(String message)
HotRodTimeoutException(String remoteMessage, long messageId, int errorStatusCode)
HotRodTimeoutException(String message, Throwable cause)
HotRodTimeoutException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
isServerError, toString
-
-
-
-
Constructor Detail
-
HotRodTimeoutException
public HotRodTimeoutException()
-
HotRodTimeoutException
public HotRodTimeoutException(String message)
-
HotRodTimeoutException
public HotRodTimeoutException(Throwable cause)
-
HotRodTimeoutException
public HotRodTimeoutException(String remoteMessage, long messageId, int errorStatusCode)
-
-