Serializable
public class MessageRemovedIOException extends IOException
Message.isExpunged()
,
Message.getMessageNumber()
,
Serialized FormConstructor | Description |
---|---|
MessageRemovedIOException() |
Constructs a MessageRemovedIOException with no detail message.
|
MessageRemovedIOException(String s) |
Constructs a MessageRemovedIOException with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageRemovedIOException()
public MessageRemovedIOException(String s)
s
- the detail messageCopyright © 2018 Oracle. All rights reserved.