Class GatewayTimeoutRuntimeException

    • Constructor Detail

      • GatewayTimeoutRuntimeException

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

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

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

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

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

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