java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.mail.MessagingException
jakarta.mail.internet.ParseException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AddressException
The exception thrown due to an error in parsing RFC822
 or MIME headers, including multipart bodies.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs a ParseException with no detail message.Constructs a ParseException with the specified detail message. - 
Method Summary
Methods inherited from class jakarta.mail.MessagingException
getCause, getNextException, setNextException, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
ParseException
public ParseException()Constructs a ParseException with no detail message. - 
ParseException
Constructs a ParseException with the specified detail message.- Parameters:
 s- the detail message
 
 -