public class PaymentInstructionBlockedException extends FinancialException
This exception is thrown when a financial transaction cannot be processed against a PaymentInstruction.
This is a temporary situation. The financial transaction can be retried against the same PaymentInstruction later on. For example, the credit card associated with a payment instruction might have been put in hold.
Constructor and Description |
---|
PaymentInstructionBlockedException()
This method is a default constructor.
|
PaymentInstructionBlockedException(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.
|
PaymentInstructionBlockedException(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.
|
PaymentInstructionBlockedException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public PaymentInstructionBlockedException()
This method is a default constructor.
public PaymentInstructionBlockedException(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 PaymentInstructionBlockedException(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 PaymentInstructionBlockedException(java.lang.Throwable exception)
This method is a constructor with a chained exception.