| Package | Description |
|---|---|
| org.mule.extension.email.api.exception |
| Modifier and Type | Method and Description |
|---|---|
static EmailError |
EmailError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailError[] |
EmailError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EmailConnectionException(String message,
EmailError error)
Creates a new instance with the specified detail
message and error |
EmailConnectionException(String message,
Throwable cause,
EmailError error)
Creates a new instance with the specified detail
message, cause and error |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.