FileDocCategorySizeDatePackage
ParseException.javaAPI DocJavaMail 1.4.32548Tue Nov 17 10:38:12 GMT 2009javax.mail.internet

ParseException

public class ParseException extends MessagingException
The exception thrown due to an error in parsing RFC822 or MIME headers
author
John Mani

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.

param
s the detail message

	super(s);
    
Methods Summary