SMTPExceptionpublic class SMTPException extends IOException This is like an IOException, but it includes a Sendmail-style error
number in addition to the error message String. |
Constructors Summary |
---|
SMTPException(int ret, String s)
super(s);
this.ret = ret;
|
Methods Summary |
---|
int | getCode()
return ret;
|
|