javax.mail

Class 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().

Constructor Summary

MessageRemovedException()
MessageRemovedException(String message)

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

MessageRemovedException

public MessageRemovedException()


MessageRemovedException

public MessageRemovedException(String message)