SmtpMailException

public class SmtpMailException extends Exception

General SmtpMail exception

Author:Joel Matsumoto

Constructors

SmtpMailException

public SmtpMailException()

Create a SmtpMail exception with no message.

SmtpMailException

public SmtpMailException(String msg)

Create a SmtpMail exception with a message.

Parameters:
  • msg

SmtpMailException

public SmtpMailException(String msg, Exception e)

Create a SmtpMail exception with a message and exception e.

Parameters:
  • msg
  • e

SmtpMailException

public SmtpMailException(Exception e)

Create a SmtpMail exception with the exception e.

Parameters:
  • e