public class MessageRemovedException extends MessagingException
isExpunged()
and getMessageNumber()
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and 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
private static final long serialVersionUID
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 exception