super(reason);
Creates a JasperException with the embedded exception and the reason for throwing a JasperException super(reason, exception);
super(reason, exception);
Creates a JasperException with the embedded exception super(exception);
super(exception);