public class ConnectionException
extends java.lang.Exception
Constructor and Description |
---|
ConnectionException()
Construct a ConnectionException with no explanation.
|
ConnectionException(java.lang.String msg)
Construct a ConnectionException with an error message.
|
ConnectionException(java.lang.String msg,
java.lang.Throwable cause)
Construct a ConnectionException with an error message and an underlying cause.
|
ConnectionException(java.lang.Throwable cause)
Construct a ConnectionException that has an underlying cause.
|
public ConnectionException()
public ConnectionException(java.lang.String msg)
msg
- The error message.public ConnectionException(java.lang.Throwable cause)
cause
- The cause of this exception.public ConnectionException(java.lang.String msg, java.lang.Throwable cause)
msg
- The error message.cause
- The cause of this exception.