Class GatewayException

    • Constructor Detail

      • 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