javax.mail.internet

Class ParseException

public class ParseException extends MessagingException

An exception thrown to indicate an error parsing RFC822 or MIME headers.

Version: 1.3

Author: Chris Burdess

Constructor Summary
ParseException()
Constructor with no detail message.
ParseException(String s)
Constructor with the specified detail message.

Constructor Detail

ParseException

public ParseException()
Constructor with no detail message.

ParseException

public ParseException(String s)
Constructor with the specified detail message.

Parameters: s the detail message

©