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, toStringpublic 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 TransportExceptionCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.