public class ConnectionException
extends Exception
| Constructor and Description | 
|---|
| ConnectionException(String message)Constructs a  ConnectionExceptionwithmessageas the detailed error message. | 
| ConnectionException(String message,
                   Throwable cause)Constructs a  ConnectionExceptionwith themessageas the detailed error message andcauseas the source of the exception. | 
| ConnectionException(Throwable cause)Constructs a  ConnectionExceptionwithcauseas 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.