public class MessagingException extends Exception
Constructor and Description |
---|
MessagingException() |
MessagingException(String message) |
MessagingException(String message,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Exception |
getNextException() |
boolean |
setNextException(Exception cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessagingException()
public MessagingException(String message)
public Exception getNextException()
public boolean setNextException(Exception cause)
public String getMessage()
getMessage
in class Throwable
Copyright © 2013. All Rights Reserved.