|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ericdaugherty.mail.server.errors.PermanentNegativeException
public class PermanentNegativeException
5yz reply codes throw this exception. It results in stopping any future attempts by the SMTP client to send the message and return the mail to the sender. Not all 5yz codes have to throw this exception.
Constructor Summary | |
---|---|
PermanentNegativeException()
Creates a new instance of PermanentNegativeException without detail message. |
|
PermanentNegativeException(java.lang.String msg)
Constructs an instance of PermanentNegativeException with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PermanentNegativeException()
PermanentNegativeException
without detail message.
public PermanentNegativeException(java.lang.String msg)
PermanentNegativeException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |