javax.mail
Class MessagingException

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

public class MessagingException
extends Exception

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $
See Also:
Serialized Form

Constructor Summary
MessagingException()
           
MessagingException(String message)
           
MessagingException(String message, Exception cause)
           
 
Method Summary
 String getMessage()
           
 Exception getNextException()
           
 boolean setNextException(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(String message)

MessagingException

public MessagingException(String message,
                          Exception cause)
Method Detail

getNextException

public Exception getNextException()

setNextException

public boolean setNextException(Exception cause)

getMessage

public String getMessage()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.