Class BadGatewayRuntimeException

    • Constructor Detail

      • BadGatewayRuntimeException

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

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

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

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

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

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