Save This Page
Home » apache-tomcat-6.0.16-src » javax » mail » [javadoc | source]
javax.mail
public class: MessagingException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.mail.MessagingException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    IllegalWriteException, StoreClosedException, ParseException, NoSuchProviderException, SearchException, ReadOnlyFolderException, AddressException, FolderClosedException, MessageRemovedException, AuthenticationFailedException, MethodNotSupportedException, FolderNotFoundException, SendFailedException

Constructor:
 public MessagingException() 
 public MessagingException(String message) 
 public MessagingException(String message,
    Exception cause) 
Method from javax.mail.MessagingException Summary:
getMessage,   getNextException,   setNextException
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.MessagingException Detail:
 public String getMessage() 
 public Exception getNextException() 
 public synchronized boolean setNextException(Exception cause)