@InterfaceAudience.Public public class ConnectionClosingException extends IOException
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUID | 
| Constructor and Description | 
|---|
| ConnectionClosingException(String string) | 
| ConnectionClosingException(String message,
                          Throwable cause)ConnectionClosingException with cause | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ConnectionClosingException(String string)
public ConnectionClosingException(String message, Throwable cause)
message - the message for this exceptioncause - the cause for this exceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.