javax.mail.internet
Class ParseException
public class ParseException
The exception thrown due to an error in parsing RFC822 or MIME headers.
ParseException() - Constructs a ParseException with no detail message.
|
ParseException(String s) - Constructs a ParseException with the specified detail message.
|
ParseException
public ParseException()
Constructs a ParseException with no detail message.
ParseException
public ParseException(String s)
Constructs a ParseException with the specified detail message.
s
- the detail message