public class ApprovalExpiredException extends FinancialException
This Exception is thrown when a plug-in finds out that the payment approval (authorization) has expired.
Contextual information should be set as it is explained in the
PluginException
Javadoc introduction.
Constructor and Description |
---|
ApprovalExpiredException()
This method is a default constructor.
|
ApprovalExpiredException(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.
|
ApprovalExpiredException(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.
|
ApprovalExpiredException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
getCredit, getFinancialTransaction, getPayment, getPaymentInstruction, setCredit, setFinancialTransaction, setPayment, setPaymentInstruction
addProperties, addProperties, addProperty, dumpException, getClassSource, getDefaultMessage, getFormatArguments, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMethodSource, getPreviousException, getProperties, getResourceBundleName, setClassSource, setDefaultMessage, setFormatArguments, setMessageKey, setMethodSource, setPreviousException, setProperties, setResourceBundleName
public ApprovalExpiredException()
This method is a default constructor.
public ApprovalExpiredException(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.
resourceBundleName
- The name of the resource bundle to be used to generate a localized
exception messagemessageKey
- The key to identify the resource to generate a localized exceptionformatArguments
- An array of arguments to build the localized messagedefaultText
- The message that is shown if the localized message cannot be generatedpublic ApprovalExpiredException(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.
resourceBundleName
- The name of the resource bundle to be used to generate a localized
exception messagemessageKey
- The key to identify the resource to generate a localized exceptionformatArguments
- An array of arguments to build the localized messagedefaultText
- The message that is shown if the localized message cannot be generatedexception
- The exception to be chainedpublic ApprovalExpiredException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
exception
- The exception to be chained