public class ConnectionException extends Exception
| Constructor and Description |
|---|
ConnectionException(String message)
Constructs a
ConnectionException with message as the detailed error message. |
ConnectionException(String message,
Throwable cause)
Constructs a
ConnectionException with the message as the detailed error message and
cause as the source of the exception. |
ConnectionException(Throwable cause)
Constructs a
ConnectionException with cause as the source of the exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException(String message)
ConnectionException with message as the detailed error message.message - the error message.public ConnectionException(Throwable cause)
ConnectionException with cause as the source of the exception.cause - the cause of the exception
© 2016 ZIH Corp. All Rights Reserved.