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. |
public 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 exceptionpublic ConnectionException(String message, Throwable cause)
ConnectionException
with the message
as the detailed error message and
cause
as the source of the exception.message
- the error message.cause
- the cause of the exception
© 2016 ZIH Corp. All Rights Reserved.