Click or drag to resize

ConnectionException Constructor

Overload List
  NameDescription
Public methodConnectionException(Exception)
Constructs a ConnectionException with cause as the source of the exception.
Public methodConnectionException(String)
onstructs a ConnectionException with message as the detailed error message.
Public methodConnectionException(String, Exception)
Constructs a ConnectionException with the message as the detailed error message and cause as the source of the exception.
Top
See Also