Java org.springframework.mail MailException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.mail MailException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.mail MailException.

The text is from its open source code.

Constructor

Method

booleancontains(@Nullable Class exType)
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
ThrowablegetMostSpecificCause()
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.