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().
Version:
1.3
Author:
Chris Burdess

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)

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved