public class EmailException
extends org.mule.runtime.api.exception.MuleRuntimeException
RuntimeException type for the Email Connector, used when an error could not be specified.| Constructor and Description |
|---|
EmailException(String message)
Creates a new instance with the specified detail
message |
EmailException(String message,
Throwable cause)
Creates a new instance with the specified detail
message and cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmailException(String message)
messagemessage - the detail messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.