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, toString
private static final long serialVersionUID