public class ConnectionClosedEarlyException extends UpgradeFailedException
| Constructor and Description |
|---|
ConnectionClosedEarlyException()
Constructs a new
ConnectionClosedEarlyException instance. |
ConnectionClosedEarlyException(String msg)
Constructs a new
ConnectionClosedEarlyException instance with an initial message. |
ConnectionClosedEarlyException(String msg,
Throwable cause)
Constructs a new
ConnectionClosedEarlyException instance with an initial message and cause. |
ConnectionClosedEarlyException(Throwable cause)
Constructs a new
ConnectionClosedEarlyException instance with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionClosedEarlyException()
ConnectionClosedEarlyException instance. The message is left blank (null), and no cause
is specified.public ConnectionClosedEarlyException(String msg)
ConnectionClosedEarlyException instance with an initial message. No cause is specified.msg - the messagepublic ConnectionClosedEarlyException(Throwable cause)
ConnectionClosedEarlyException instance with an initial cause. If a non-null cause is
specified, its message is used to initialize the message of this UpgradeFailedException; otherwise the
message is left blank (null).cause - the causeCopyright © 2017 JBoss, a division of Red Hat, Inc.