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.
|
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.
public 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.
public ApprovalExpiredException(java.lang.Throwable exception)
This method is a constructor with a chained exception.