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(String s) |
Constructs a MessageRemovedException with the specified
detail message.
|
MessageRemovedException(String s,
Exception e) |
Constructs a MessageRemovedException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MessageRemovedException()
public MessageRemovedException(String s)
s - The detailed error messagepublic MessageRemovedException(String s, Exception e)
s - The detailed error messagee - The embedded exceptionCopyright © 2018 Oracle. All rights reserved.