public class ConnectionException
extends java.lang.Exception
| Constructor and Description |
|---|
ConnectionException(java.lang.String msg)
Creates a new ConnectionException without a cause.
|
ConnectionException(java.lang.String msg, java.lang.Throwable cause)
Creates a new ConnectionException to wrap the given cause.
|