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:
[email protected]
See Also:
  • Constructor Details

    • HotRodClientException

      public HotRodClientException()
    • HotRodClientException

      public HotRodClientException(String message)
    • HotRodClientException

      public HotRodClientException(Throwable cause)
    • HotRodClientException

      public HotRodClientException(String message, Throwable cause)
    • HotRodClientException

      public HotRodClientException(String remoteMessage, long messageId, int errorStatusCode)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • isServerError

      public boolean isServerError()