public class ParseException extends MimeException
Modifier | Constructor and Description |
---|---|
protected |
ParseException(java.lang.String message)
Constructs a new parse exception with the specified detail message.
|
protected |
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new parse exception with the specified detail message and
cause.
|
protected |
ParseException(java.lang.Throwable cause)
Constructs a new parse exception with the specified cause.
|
protected ParseException(java.lang.String message)
message
- detail messageprotected ParseException(java.lang.Throwable cause)
cause
- the causeprotected ParseException(java.lang.String message, java.lang.Throwable cause)
message
- detail messagecause
- the cause