ParseExceptionpublic class ParseException extends MessagingException The exception thrown due to an error in parsing RFC822
or MIME headers |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ParseException()Constructs a ParseException with no detail message.
super();
| public ParseException(String s)Constructs a ParseException with the specified detail message.
super(s);
|
|