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()
           
 
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()

Google Analytics

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