org.infinispan.client.hotrod.exceptions
Class HotRodTimeoutException

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

public class HotRodTimeoutException
extends HotRodClientException

Signals an remote timeout(due to locking) in the infinispan server.

Since:
4.1
Author:
Mircea.Markus@jboss.com
See Also:
Serialized Form

Constructor Summary
HotRodTimeoutException()
           
HotRodTimeoutException(String message)
           
HotRodTimeoutException(String remoteMessage, long messageId, int errorStatusCode)
           
HotRodTimeoutException(String message, Throwable cause)
           
HotRodTimeoutException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
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

HotRodTimeoutException

public HotRodTimeoutException()

HotRodTimeoutException

public HotRodTimeoutException(String message)

HotRodTimeoutException

public HotRodTimeoutException(Throwable cause)

HotRodTimeoutException

public HotRodTimeoutException(String message,
                              Throwable cause)

HotRodTimeoutException

public HotRodTimeoutException(String remoteMessage,
                              long messageId,
                              int errorStatusCode)

-->

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