public class EmailConnectionException
extends org.mule.runtime.api.connection.ConnectionException
ConnectionException for the Email Connector,| Constructor and Description |
|---|
EmailConnectionException(String message)
Creates a new instance with the specified detail
message |
EmailConnectionException(String message,
EmailError error)
Creates a new instance with the specified detail
message and error |
EmailConnectionException(String message,
Throwable cause)
Creates a new instance with the specified detail
message and cause |
EmailConnectionException(String message,
Throwable cause,
EmailError error)
Creates a new instance with the specified detail
message, cause and error |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmailConnectionException(String message)
messagemessage - the detail messagepublic EmailConnectionException(String message, EmailError error)
message and errormessage - the detail messageerror - the correspondent EmailError with the created exceptionpublic EmailConnectionException(String message, Throwable cause)
message and causemessage - the detail messagecause - the exception's causepublic EmailConnectionException(String message, Throwable cause, EmailError error)
message, cause and errormessage - the detail messagecause - the exception's causeerror - the correspondent EmailError with the created exceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.