java.io.Serializable
public class MessageRemovedException extends MessagingException
isExpunged()
and getMessageNumber()
.Message.isExpunged()
,
Message.getMessageNumber()
,
Serialized FormConstructor | 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, toString
public 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.