public class CommunicationException extends PluginException
This exception is thrown by a plug-in when it experiences a connectivity problem while communicating with the payment back-end system.
The connectivity problem might have happened during or after connection establishment.
Constructor and Description |
---|
CommunicationException()
This method is a default constructor.
|
CommunicationException(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.
|
CommunicationException(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.
|
CommunicationException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public CommunicationException()
This method is a default constructor.
public CommunicationException(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 CommunicationException(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 CommunicationException(java.lang.Throwable exception)
This method is a constructor with a chained exception.