⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail

Class MessageRemovedException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.MessageRemovedException


public class MessageRemovedException
extends MessagingException

The exception thrown when an invalid method is invoked on an expunged Message. The only valid methods on an expunged Message are isExpunged() and getMessageNumber().
Author:

Constructor Summary

MessageRemovedException()

The exception thrown when an invalid method is invoked on an expunged Message.

MessageRemovedException(String message)

Constructor Details

MessageRemovedException

public MessageRemovedException()

The exception thrown when an invalid method is invoked on an expunged Message. The only valid methods on an expunged Message are isExpunged() and getMessageNumber().

Author:

MessageRemovedException

public MessageRemovedException(String message)

Parameters:
message