public class FinancialException extends BackendException
This exception is thrown whenever a transaction against the back-end system fails with a financial error or the payment approval is expired.
| Constructor and Description |
|---|
| FinancialException()
This method is a default Constructor.
|
| FinancialException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
This method is a constructor with a localized message.
|
| FinancialException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
This method is a constructor with a localized message and a chained exception.
|
| FinancialException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public FinancialException()
This method is a default Constructor.
public FinancialException(java.lang.String resourceBundleName,
java.lang.String messageKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText)
This method is a constructor with a localized message.
public FinancialException(java.lang.String resourceBundleName,
java.lang.String messageKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText,
java.lang.Throwable exception)
This method is a constructor with a localized message and a chained exception.
public FinancialException(java.lang.Throwable exception)
This method is a constructor with a chained exception.