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 23:02:50 +0200 (Sun, 10 Oct 2004) $
See Also:
Serialized Form

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
 

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()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.