public class SocketClosedException extends IllegalStateException
The exception should be distributed in server response completion stage which
completes exceptionally in such case.
| Constructor and Description |
|---|
SocketClosedException(String s)
Creates new instance.
|
SocketClosedException(String message,
Throwable cause)
Creates new instance.
|
SocketClosedException(Throwable cause)
Creates new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SocketClosedException(String s)
s - a detail messagepublic SocketClosedException(String message, Throwable cause)
message - a detail messagecause - an original causepublic SocketClosedException(Throwable cause)
cause - an original causeCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.