javax.mail
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.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 |
|
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 |
next
private java.lang.Exception next
MessagingException
public MessagingException()
MessagingException
public MessagingException(java.lang.String message)
MessagingException
public MessagingException(java.lang.String message,
java.lang.Exception cause)
getNextException
public java.lang.Exception getNextException()
setNextException
public boolean setNextException(java.lang.Exception cause)
getMessage
public java.lang.String getMessage()