Class UnexpectedHPSFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.vendor.chasepayment.service.hps.exception.UnexpectedHPSFailureException
- All Implemented Interfaces:
Serializable
Thrown when there is an unexpected error during an HPS flow. This should only be thrown when the cause of the error is something unexpected or system-driven. This is not to be used for user-caused errors like bad input.
Note, the HPSExceptionAdvisor will handle this exception to always return a generic error
message to the final API caller to guarantee no sensitive information is leaked.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedHPSFailureException(String message) UnexpectedHPSFailureException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedHPSFailureException
-
UnexpectedHPSFailureException
-