org.infinispan.client.hotrod.exceptions
Class TransportException

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.TransportException
All Implemented Interfaces:
Serializable

public class TransportException
extends HotRodClientException

Indicates a communication exception with the Hot Rod server: e.g. TCP connection is broken while reading a response from the server.

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

Constructor Summary
TransportException()
           
TransportException(String message)
           
TransportException(String message, Throwable cause)
           
TransportException(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

TransportException

public TransportException()

TransportException

public TransportException(String message)

TransportException

public TransportException(String message,
                          Throwable cause)

TransportException

public TransportException(Throwable cause)

-->

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