Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.messaging.saaj.packaging.mime.MessagingException
-
- com.sun.xml.messaging.saaj.packaging.mime.internet.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends MessagingException
The exception thrown due to an error in parsing RFC822 or MIME headers- Author:
- John Mani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()
Constructs a ParseException with no detail message.ParseException(String s)
Constructs a ParseException with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sun.xml.messaging.saaj.packaging.mime.MessagingException
getMessage, getNextException, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParseException
public ParseException()
Constructs a ParseException with no detail message.
-
ParseException
public ParseException(String s)
Constructs a ParseException with the specified detail message.- Parameters:
s
- the detail message
-
-