public class TransportProtocolException extends ClientException
The exceptions translated to this one are:
| Constructor and Description |
|---|
TransportProtocolException() |
TransportProtocolException(java.lang.String message) |
TransportProtocolException(java.lang.String message,
java.lang.Throwable cause) |
TransportProtocolException(java.lang.Throwable cause) |
public TransportProtocolException()
public TransportProtocolException(java.lang.String message)
public TransportProtocolException(java.lang.String message,
java.lang.Throwable cause)
public TransportProtocolException(java.lang.Throwable cause)