public class InvalidDataException extends PluginException
This exception is thrown either by the Payment Plug-in Controller or by the plug-in. It is thrown when invalid parameters are passed in or out of the plug-in specification interfaces.
Constructor and Description |
---|
InvalidDataException()
This method is a default constructor.
|
InvalidDataException(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.
|
InvalidDataException(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.
|
InvalidDataException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public InvalidDataException()
This method is a default constructor.
public InvalidDataException(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 InvalidDataException(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 InvalidDataException(java.lang.Throwable exception)
This method is a constructor with a chained exception.