Class HotRodClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheNotTransactionalException
,HotRodTimeoutException
,IncorrectClientListenerException
,InvalidResponseException
,ParallelOperationException
,RemoteCacheManagerNotStartedException
,RemoteIllegalLifecycleStateException
,RemoteNodeSuspectException
,TransportException
Base class for exceptions reported by the hot rod client.
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
- See Also:
-
Constructor Summary
ConstructorDescriptionHotRodClientException
(String message) HotRodClientException
(String remoteMessage, long messageId, int errorStatusCode) HotRodClientException
(String message, Throwable cause) HotRodClientException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace