Searched defs:MessagingException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/
H A DMessagingException.java27 * @(#)MessagingException.java 1.10 02/06/13
42 public class MessagingException extends Exception { class in inherits:Exception
52 * Constructs a MessagingException with no detail message.
54 public MessagingException() { method in class:MessagingException
59 * Constructs a MessagingException with the specified detail message.
62 public MessagingException(String s) { method in class:MessagingException
67 * Constructs a MessagingException with the specified
75 public MessagingException(String s, Exception e) { method in class:MessagingException
82 * next exception is a MessagingException, the chain
93 * is <strong>not</strong> a MessagingException, thi
[all...]

Completed in 40 milliseconds