Java org.apache.commons.mail EmailException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.mail EmailException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.mail EmailException.

The text is from its open source code.

Constructor

EmailException()
Constructs a new EmailException with no detail message.
EmailException(final String msg)
Constructs a new EmailException with specified detail message.
EmailException(final Throwable rootCause)
Constructs a new EmailException with specified nested Throwable root cause.
EmailException(final String msg, final Throwable rootCause)
Constructs a new EmailException with specified detail message and nested Throwable root cause.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.
voidprintStackTrace()
Prints the stack trace of this exception to the standard error stream.
StringtoString()
Returns a short description of this throwable.