public class SmtpAgentException
extends org.nhindirect.stagent.NHINDException
SmtpAgent| 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SmtpAgentException(SmtpAgentError error)
error - The smtp agent errorpublic SmtpAgentException(SmtpAgentError error, String message)
error - The smtp agent errormsg - The exception message.public SmtpAgentException(SmtpAgentError error, Exception innerException)
error - The smtp agent error.innerException - The exception that caused the error.public SmtpAgentException(SmtpAgentError error, String message, Exception innerException)
error - The smtp agent error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010–2021 NHIN Direct. All rights reserved.