Class GatewayConfigurationException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • GatewayConfigurationException

        public GatewayConfigurationException()
      • GatewayConfigurationException

        public GatewayConfigurationException​(java.lang.String msg,
                                             java.lang.Throwable cause)
      • GatewayConfigurationException

        public GatewayConfigurationException​(java.lang.String msg)
      • GatewayConfigurationException

        public GatewayConfigurationException​(java.lang.Throwable cause)