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.HotRodException
                  extended by org.infinispan.client.hotrod.exceptions.HotRodClientException
All Implemented Interfaces:
Serializable

public class HotRodClientException
extends HotRodException

// TODO: Document this

Since:
4.1
Author:
mmarkus
See Also:
Serialized Form

Constructor Summary
HotRodClientException(String remoteMessage, long messageId, int errorStatusCode)
           
HotRodClientException(String message, 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(String message,
                             Throwable cause)

HotRodClientException

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

toString

public String toString()
Overrides:
toString in class Throwable

Google Analytics

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