| Package | Description |
|---|---|
| org.nhindirect.gateway.smtp |
SmptAgent interface and configuration settings. |
| Modifier and Type | Method and Description |
|---|---|
static SmtpAgentError |
SmtpAgentError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtpAgentError[] |
SmtpAgentError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SmtpAgentException(SmtpAgentError error)
Constructs an exception with an SmtpAgentError.
|
SmtpAgentException(SmtpAgentError error,
Exception innerException)
Constructs an exception with the smtp agent error and the exception that caused the error.
|
SmtpAgentException(SmtpAgentError error,
String message)
Constructs an exception with a message and the smtp agent error.
|
SmtpAgentException(SmtpAgentError error,
String message,
Exception innerException)
Constructs an exception with the smtp agent error, a message, and the exception that caused the error.
|
Copyright © 2010–2021 NHIN Direct. All rights reserved.