Home | History | Annotate | Download | only in mail

Lines Matching defs:MessagingException

29 public class MessagingException extends Exception {
78 public MessagingException(String message, Throwable throwable) {
82 public MessagingException(int exceptionType, String message, Throwable throwable) {
89 * Constructs a MessagingException with an exceptionType and a null message.
92 public MessagingException(int exceptionType) {
97 * Constructs a MessagingException with a message.
100 public MessagingException(String message) {
105 * Constructs a MessagingException with an exceptionType and a message.
108 public MessagingException(int exceptionType, String message) {
113 * Constructs a MessagingException with an exceptionType, a message, and data
118 public MessagingException(int exceptionType, String message, Object data) {