Class GatewayTimeoutException

    • Constructor Detail

      • GatewayTimeoutException

        public GatewayTimeoutException​(String aMessage,
                                       String aErrorCode)
        Instantiates a new gateway timeout exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • GatewayTimeoutException

        public GatewayTimeoutException​(String aMessage,
                                       Throwable aCause,
                                       String aErrorCode)
        Instantiates a new gateway timeout exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • GatewayTimeoutException

        public GatewayTimeoutException​(String message,
                                       Throwable cause)
        Instantiates a new gateway timeout exception.
        Parameters:
        message - the message
        cause - the cause
      • GatewayTimeoutException

        public GatewayTimeoutException​(String message)
        Instantiates a new gateway timeout exception.
        Parameters:
        message - the message
      • GatewayTimeoutException

        public GatewayTimeoutException​(Throwable aCause,
                                       String aErrorCode)
        Instantiates a new gateway timeout exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • GatewayTimeoutException

        public GatewayTimeoutException​(Throwable cause)
        Instantiates a new gateway timeout exception.
        Parameters:
        cause - the cause