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, toStringpublic MessagingException()
public MessagingException(String message)
public Exception getNextException()
public boolean setNextException(Exception cause)
public String getMessage()
getMessage in class ThrowableCopyright © 2013. All Rights Reserved.