Creates a new empty ParseException. super();
super();
Creates a new ParseException with the supplied message.parammessage The message for this ParseException. super(message);
super(message);
Creates a new ParseException with the supplied message and underlying cause.parammessage The message for this ParseException.paramcause The underlying cause that was caught and wrapped by this ParseException. super(message, cause);
super(message, cause);