java.io.Serializablepublic class MessageRemovedException extends MessagingException
isExpunged() and getMessageNumber().Message.isExpunged(),
Message.getMessageNumber(),
Serialized Form| Constructor | Description |
|---|---|
MessageRemovedException() |
Constructs a MessageRemovedException with no detail message.
|
MessageRemovedException(java.lang.String s) |
Constructs a MessageRemovedException with the specified
detail message.
|
MessageRemovedException(java.lang.String s,
java.lang.Exception e) |
Constructs a MessageRemovedException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toStringpublic MessageRemovedException()
public MessageRemovedException(java.lang.String s)
s - The detailed error messagepublic MessageRemovedException(java.lang.String s,
java.lang.Exception e)
s - The detailed error messagee - The embedded exceptionCopyright © 2018 Oracle. All rights reserved.