Class GatewayConfigurationException

All Implemented Interfaces:
Serializable

public class GatewayConfigurationException extends GatewayException
An exception indicating that a gateway configuration will not work with the remote side of the gateway's configuration.
Since:
GemFire 6.6
See Also:
  • Constructor Details

    • GatewayConfigurationException

      public GatewayConfigurationException()
    • GatewayConfigurationException

      public GatewayConfigurationException(String msg, Throwable cause)
    • GatewayConfigurationException

      public GatewayConfigurationException(String msg)
    • GatewayConfigurationException

      public GatewayConfigurationException(Throwable cause)