|
||||||||||
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.TransientNegativeException
public class TransientNegativeException
4yz reply codes throw this exception. It results in stopping the SMTP client from trying to send this message and queuing it to be send later.
Constructor Summary | |
---|---|
TransientNegativeException(java.lang.Exception exception)
Creates a new instance of TransientNegativeException without detail message. |
|
TransientNegativeException(java.lang.String msg,
java.lang.Exception exception)
Constructs an instance of TransientNegativeException with the specified detail message. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
|
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 TransientNegativeException(java.lang.Exception exception)
TransientNegativeException
without detail message.
public TransientNegativeException(java.lang.String msg, java.lang.Exception exception)
TransientNegativeException
with the specified detail message.
msg
- the detail message.Method Detail |
---|
public java.lang.Exception getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |