javax.mail
Class MessagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.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:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $
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()
Overrides:
getMessage in class Throwable


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.