public class ConnectionClosedException extends RuntimeException
Constructor and Description |
---|
ConnectionClosedException()
Constructs a new instance of this class with its stack trace filled in.
|
ConnectionClosedException(String detailMessage)
Constructs a new instance of this class with its stack trace and message
filled in.
|
public ConnectionClosedException()
public ConnectionClosedException(String detailMessage)
detailMessage
- String
The detail message for the exception.