public class ConnectionException extends Exception
| Constructor and Description |
|---|
ConnectionException(String message)
Creates a new instance with the specified detail
message |
ConnectionException(String message,
Throwable cause)
Creates a new instance with the specified detail
message and cause |
ConnectionException(Throwable cause)
Creates a new instance with the specified
cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException(String message)
messagemessage - the detail messagepublic ConnectionException(String message, Throwable cause)
message and causemessage - the detail messagecause - the exception's causepublic ConnectionException(Throwable cause)
causecause - the exception's causeCopyright © 2016 MuleSoft, Inc.. All rights reserved.