|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.mail.ActionReject
Class ActionReject encapsulates the information required to reject a mail. See RFC 3028, Section 4.1.
Constructor Summary | |
ActionReject(java.lang.String aMessage)
Constructor for ActionReject. |
Method Summary | |
java.lang.String |
getMessage()
Returns the message explaining the reason for rejection. |
protected void |
setMessage(java.lang.String message)
Sets the message explaining the reason for rejection. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActionReject(java.lang.String aMessage)
aMessage
- Method Detail |
public java.lang.String toString()
Object.toString()
public java.lang.String getMessage()
protected void setMessage(java.lang.String message)
message
- The message to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |