Exception | +--javax.mail.MessagingExceptionKnown Direct Subclasses:
Constructs a MessagingException with no detail message. |
MessagingException(String message) Constructs a MessagingException with the specified detail message. |
MessagingException(String message, Exception exception) Constructs a MessagingException with the specified Exception and detail message. |
String | Produce the message, include the message from the nested exception if there is one. |
Exception | Get the next exception chained to this one. |
synchronized boolean | setNextException(Exception exception) Add an exception to the end of the chain. |
public MessagingException()
public MessagingException(String message)
public MessagingException(String message, Exception exception)
public String getMessage()
public Exception getNextException()
public synchronized boolean setNextException(Exception exception)