Class BadGatewayException

    • Constructor Detail

      • BadGatewayException

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

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

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

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

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

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