public class FinancialException extends PluginException
This exception is thrown whenever a transaction against the back-end system fails with a financial error.
Example: Invalid credit card information is found during the method approve. The plug-in should set all error codes returned from the payment back-end system.
For further information, please see PluginException.
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.