ConnectionException Constructor | 
          
| Name | Description | |
|---|---|---|
| ConnectionException(Exception) | 
            Constructs a ConnectionException with cause as the source of the exception.
              | |
| ConnectionException(String) | 
            onstructs a ConnectionException with message as the detailed error message.
              | |
| ConnectionException(String, Exception) | 
            Constructs a ConnectionException with the message as the detailed error message and 
            cause as the source of the exception.
              |