public enum SmtpAgentError extends Enum<SmtpAgentError>
SmtpAgent.| Modifier and Type | Method and Description |
|---|---|
static SmtpAgentError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtpAgentError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmtpAgentError Unknown
public static final SmtpAgentError Uninitialized
public static final SmtpAgentError MissingPostmaster
public static final SmtpAgentError MissingLogSettings
public static final SmtpAgentError InvalidEnvelopeFromAgent
public static final SmtpAgentError EmptyResultFromAgent
public static final SmtpAgentError MissingMailPickupFolder
public static final SmtpAgentError MailPickupFolderDoesNotExist
public static final SmtpAgentError MissingBounceTemplateOutgoing
public static final SmtpAgentError MissingBounceTemplateIncoming
public static final SmtpAgentError MissingDomains
public static final SmtpAgentError MissingDomainName
public static final SmtpAgentError InvalidBounceMessageTemplate
public static final SmtpAgentError InvalidTrustAnchorSettings
public static final SmtpAgentError InvalidPrivateCertStoreSettings
public static final SmtpAgentError InvalidConfigurationFormat
public static SmtpAgentError[] values()
for (SmtpAgentError c : SmtpAgentError.values()) System.out.println(c);
public static SmtpAgentError valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2021 NHIN Direct. All rights reserved.