org.infinispan.client.hotrod.exceptions
Class HotRodClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.client.hotrod.exceptions.HotRodClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HotRodTimeoutException, InvalidResponseException, RemoteCacheManagerNotStartedException, RemoteNodeSuspecException, 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
HotRodClientException()
           
HotRodClientException(String message)
           
HotRodClientException(String remoteMessage, long messageId, int errorStatusCode)
           
HotRodClientException(String message, Throwable cause)
           
HotRodClientException(Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

toString

public String toString()
Overrides:
toString in class Throwable

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.