org.infinispan.client.hotrod.exceptions
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
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
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.