Package com.sun.mail.util
Class MessageRemovedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.mail.util.MessageRemovedIOException
- All Implemented Interfaces:
Serializable
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.
- Author:
- Bill Shannon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a MessageRemovedIOException with no detail message.Constructs a MessageRemovedIOException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageRemovedIOException
public MessageRemovedIOException()Constructs a MessageRemovedIOException with no detail message. -
MessageRemovedIOException
Constructs a MessageRemovedIOException with the specified detail message.- Parameters:
s
- the detail message
-