FileDocCategorySizeDatePackage
ParseException.javaAPI DocGlassfish v2 API2596Mon May 14 15:28:50 BST 2007javax.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