javax.mail
Class MessagingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.mail.MessagingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationFailedException, FolderClosedException, FolderNotFoundException, IllegalWriteException, MessageRemovedException, MethodNotSupportedException, NoSuchProviderException, ParseException, ReadOnlyFolderException, SearchException, SendFailedException, StoreClosedException

public class MessagingException
extends java.lang.Exception

Version:
$Rev: 54266 $ $Date: 2004-10-10 15:02:50 -0600 (Sun, 10 Oct 2004) $
See Also:
Serialized Form

Field Summary
private  java.lang.Exception next
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MessagingException()
           
MessagingException(java.lang.String message)
           
MessagingException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Exception getNextException()
           
 boolean setNextException(java.lang.Exception cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

next

private java.lang.Exception next
Constructor Detail

MessagingException

public MessagingException()

MessagingException

public MessagingException(java.lang.String message)

MessagingException

public MessagingException(java.lang.String message,
                          java.lang.Exception cause)
Method Detail

getNextException

public java.lang.Exception getNextException()

setNextException

public boolean setNextException(java.lang.Exception cause)

getMessage

public java.lang.String getMessage()