Class GatewayException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GatewayConfigurationException

public class GatewayException extends OperationAbortedException
An exception thrown by a Gateway.
Since:
GemFire 4.2
See Also:
  • Constructor Details

    • GatewayException

      public GatewayException()
      Constructor. Creates a new instance of GatewayException.
    • GatewayException

      public GatewayException(String msg)
      Constructor. Creates an instance of GatewayException with the specified detail message.
      Parameters:
      msg - the detail message
    • GatewayException

      public GatewayException(String msg, Throwable cause)
      Constructor. Creates an instance of GatewayException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • GatewayException

      public GatewayException(Throwable cause)
      Constructor. Creates an instance of GatewayException with the specified cause.
      Parameters:
      cause - the causal Throwable