public class

MessageRemovedIOException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.google.code.com.sun.mail.util.MessageRemovedIOException

Class Overview

A variant of MessageRemovedException that can be thrown from methods that only throw IOException. The getContent method will catch this exception and translate it back to MessageRemovedException.

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.io.IOException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
MessageRemovedIOException()
Constructs a MessageRemovedIOException with no detail message.
MessageRemovedIOException(String s)
Constructs a MessageRemovedIOException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 4280468026581616424 (0x3b6746fdc4d08728)

Public Constructors

public MessageRemovedIOException ()

Constructs a MessageRemovedIOException with no detail message.

public MessageRemovedIOException (String s)

Constructs a MessageRemovedIOException with the specified detail message.

Parameters
s The detail message