Package javax.mail.internet
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.internet.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AddressException
public class ParseException extends MessagingException
The exception thrown due to an error in parsing RFC822 or MIME headers, including multipart bodies.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseException()
Constructs a ParseException with no detail message.ParseException(java.lang.String s)
Constructs a ParseException with the specified detail message.
-
Method Summary
-
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-