Home | History | Annotate | Download | only in mail

Lines Matching defs:MessagingException

28 public class MessagingException extends Exception {
77 public MessagingException(String message, Throwable throwable) {
81 public MessagingException(int exceptionType, String message, Throwable throwable) {
88 * Constructs a MessagingException with an exceptionType and a null message.
92 public MessagingException(int exceptionType) {
97 * Constructs a MessagingException with a message.
101 public MessagingException(String message) {
106 * Constructs a MessagingException with an exceptionType and a message.
110 public MessagingException(int exceptionType, String message) {
115 * Constructs a MessagingException with an exceptionType, a message, and data
121 public MessagingException(int exceptionType, String message, Object data) {