public class

MessageRemovedException

extends MessagingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.javax.mail.MessagingException
         ↳ com.google.code.javax.mail.MessageRemovedException

Class Overview

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

See Also
  • javax.mail.Message#isExpunged()
  • javax.mail.Message#getMessageNumber()

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.MessagingException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
Public Constructors
MessageRemovedException()
Constructs a MessageRemovedException with no detail message.
MessageRemovedException(String s)
Constructs a MessageRemovedException with the specified detail message.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1951292550679528690 (0x1b14623c881e84f2)

Public Constructors

public MessageRemovedException ()

Constructs a MessageRemovedException with no detail message.

public MessageRemovedException (String s)

Constructs a MessageRemovedException with the specified detail message.

Parameters
s The detail message