java.io.Serializable
public class MessageRemovedIOException
extends java.io.IOException
Message.isExpunged()
,
Message.getMessageNumber()
,
Serialized FormConstructor | Description |
---|---|
MessageRemovedIOException() |
Constructs a MessageRemovedIOException with no detail message.
|
MessageRemovedIOException(java.lang.String s) |
Constructs a MessageRemovedIOException with the specified detail message.
|
public MessageRemovedIOException()
public MessageRemovedIOException(java.lang.String s)
s
- the detail messageCopyright © 2018 Oracle. All rights reserved.