public class ClosedConnectionException
extends java.io.IOException
Constructor and Description |
---|
ClosedConnectionException()
Creates a new ClosedConnectionException object and invokes the
super constructor.
|
ClosedConnectionException(java.lang.String s)
Creates a new ClosedConnectionException object with an exception string
and invokes the super constructor with the string.
|
ClosedConnectionException(java.lang.String s,
java.lang.Throwable t)
Creates a new ClosedConnectionException object with an exception string
and root cause, invokes the super constructor with the string, and
sets initCause to the root cause.
|
public ClosedConnectionException()
public ClosedConnectionException(java.lang.String s)
s
- The message string to set in this exceptionpublic ClosedConnectionException(java.lang.String s, java.lang.Throwable t)
s
- The message string to set in this exception.writeStatusCode
- The write status code.