public class DeliveryException
extends javax.mail.MessagingException
| Modifier and Type | Field and Description |
|---|---|
private boolean |
permanent |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DeliveryException() |
DeliveryException(String s,
boolean permanent) |
DeliveryException(String s,
boolean permanent,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPermanent() |
getCause, getNextException, setNextException, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate static final long serialVersionUID
private boolean permanent
public DeliveryException()
public DeliveryException(String s, boolean permanent)
Copyright © 2013. All Rights Reserved.