public class SocketClosedException
extends java.lang.IllegalStateException
The exception should be distributed in server response completion stage which
completes exceptionally in such case.
| Constructor and Description |
|---|
SocketClosedException(java.lang.String s)
Creates new instance.
|
SocketClosedException(java.lang.String message,
java.lang.Throwable cause)
Creates new instance.
|
SocketClosedException(java.lang.Throwable cause)
Creates new instance.
|
public SocketClosedException(java.lang.String s)
s - a detail messagepublic SocketClosedException(java.lang.String message,
java.lang.Throwable cause)
message - a detail messagecause - an original causepublic SocketClosedException(java.lang.Throwable cause)
cause - an original causeCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.