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
public class HotRodClientException extends RuntimeException
Base class for exceptions reported by the hot rod client.- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HotRodClientException()
HotRodClientException(String message)
HotRodClientException(String remoteMessage, long messageId, int errorStatusCode)
HotRodClientException(String message, Throwable cause)
HotRodClientException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isServerError()
String
toString()
-
-
-
Constructor Detail
-
HotRodClientException
public HotRodClientException()
-
HotRodClientException
public HotRodClientException(String message)
-
HotRodClientException
public HotRodClientException(Throwable cause)
-
HotRodClientException
public HotRodClientException(String remoteMessage, long messageId, int errorStatusCode)
-
-
Method Detail
-
toString
public String toString()
-
isServerError
public boolean isServerError()
-
-