Uses of Class
io.vertx.ext.mail.SMTPException.EnhancedStatus
-
Packages that use SMTPException.EnhancedStatus Package Description io.vertx.ext.mail -
-
Uses of SMTPException.EnhancedStatus in io.vertx.ext.mail
Methods in io.vertx.ext.mail that return SMTPException.EnhancedStatus Modifier and Type Method Description SMTPException.EnhancedStatus
SMTPException. getEnhancedStatus()
EnhancedStatus of the exception.static SMTPException.EnhancedStatus
SMTPException.EnhancedStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMTPException.EnhancedStatus[]
SMTPException.EnhancedStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-