Class MissingRequiredConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.vendor.chasepayment.service.support.exception.MissingRequiredConfigurationException
- All Implemented Interfaces:
Serializable
Thrown whenever an expected, required configuration element (for example, an API key) is not
found by the system. 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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingRequiredConfigurationException
-
MissingRequiredConfigurationException
-