public class InvalidPaymentInstructionException extends FinancialException
This exception is thrown to indicate the PaymentInstruction is invalid.
| Constructor and Description |
|---|
| InvalidPaymentInstructionException()
This method is a default constructor.
|
| InvalidPaymentInstructionException(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.
|
| InvalidPaymentInstructionException(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.
|
| InvalidPaymentInstructionException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public InvalidPaymentInstructionException()
This method is a default constructor.
public InvalidPaymentInstructionException(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 InvalidPaymentInstructionException(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 InvalidPaymentInstructionException(java.lang.Throwable exception)
This method is a constructor with a chained exception.