javax.mail

Class MessagingException

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

public class MessagingException
extends Exception

Constructor Summary

MessagingException()
MessagingException(String message)
MessagingException(String message, Exception cause)

Method Summary

String
getMessage()
Exception
getNextException()
boolean
setNextException(Exception cause)

Constructor Details

MessagingException

public MessagingException()

MessagingException

public MessagingException(String message)

MessagingException

public MessagingException(String message,
                          Exception cause)

Method Details

getMessage

public String getMessage()

getNextException

public Exception getNextException()

setNextException

public boolean setNextException(Exception cause)