public class ConnectionException extends TransportException
Constructor and Description |
---|
ConnectionException(ConnectionClose close) |
ConnectionException(String message) |
ConnectionException(String message,
ConnectionClose close,
Throwable cause) |
ConnectionException(String message,
Throwable cause) |
ConnectionException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ConnectionClose |
getClose() |
void |
rethrow() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionException(String message, ConnectionClose close, Throwable cause)
public ConnectionException(String message)
public ConnectionException(Throwable cause)
public ConnectionException(ConnectionClose close)
public ConnectionClose getClose()
public void rethrow()
rethrow
in class TransportException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.