Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodClientException
org.infinispan.client.hotrod.exceptions.TransportException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorDescriptionTransportException
(String message, Throwable cause, SocketAddress serverAddress) TransportException
(String message, SocketAddress serverAddress) TransportException
(Throwable cause, SocketAddress serverAddress) -
Method Summary
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
isServerError, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TransportException
-
TransportException
-
TransportException
-
-
Method Details
-
getServerAddress
-