public class ParseException extends MessagingException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ParseException()
Constructs a ParseException with no detail message.
|
ParseException(java.lang.String s)
Constructs a ParseException with the specified detail message.
|
getCause, getNextException, setNextException, toStringprivate static final long serialVersionUID