public class SMTPException
extends java.lang.Exception
Constructor and Description |
---|
SMTPException()
Constructs the SMTPException.
|
SMTPException(SMTPResponse response)
Constructs the SMTPException.
|
SMTPException(java.lang.String e)
Constructs the SMTPException.
|
SMTPException(java.lang.String arg0,
java.lang.Throwable arg1) |
SMTPException(java.lang.Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
public SMTPException()
public SMTPException(java.lang.String e)
e
- public SMTPException(SMTPResponse response)
response
- public SMTPException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- arg1
- public SMTPException(java.lang.Throwable arg0)
arg0
- Copyright © 2021. All Rights Reserved.