Class UnassignedStatusCodeRuntimeException

    • Constructor Detail

      • UnassignedStatusCodeRuntimeException

        public UnassignedStatusCodeRuntimeException​(int aHttpStatusCode,
                                                    String aMessage,
                                                    String aErrorCode)
        Instantiates a new unassigned status code runtime exception.
        Parameters:
        aHttpStatusCode - The HTTP-Status-Code in question.
        aMessage - the message
        aErrorCode - the error code
      • UnassignedStatusCodeRuntimeException

        public UnassignedStatusCodeRuntimeException​(int aHttpStatusCode,
                                                    String aMessage,
                                                    Throwable aCause,
                                                    String aErrorCode)
        Instantiates a new unassigned status code runtime exception.
        Parameters:
        aHttpStatusCode - The HTTP-Status-Code in question.
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnassignedStatusCodeRuntimeException

        public UnassignedStatusCodeRuntimeException​(int aHttpStatusCode,
                                                    String message,
                                                    Throwable cause)
        Instantiates a new unassigned status code runtime exception.
        Parameters:
        aHttpStatusCode - The HTTP-Status-Code in question.
        message - the message
        cause - the cause
      • UnassignedStatusCodeRuntimeException

        public UnassignedStatusCodeRuntimeException​(int aHttpStatusCode,
                                                    String message)
        Instantiates a new unassigned status code runtime exception.
        Parameters:
        aHttpStatusCode - The HTTP-Status-Code in question.
        message - the message
      • UnassignedStatusCodeRuntimeException

        public UnassignedStatusCodeRuntimeException​(int aHttpStatusCode,
                                                    Throwable aCause,
                                                    String aErrorCode)
        Instantiates a new unassigned status code runtime exception.
        Parameters:
        aHttpStatusCode - The HTTP-Status-Code in question.
        aCause - the cause
        aErrorCode - the error code
      • UnassignedStatusCodeRuntimeException

        public UnassignedStatusCodeRuntimeException​(int aHttpStatusCode,
                                                    Throwable cause)
        Instantiates a new unassigned status code runtime exception.
        Parameters:
        aHttpStatusCode - The HTTP-Status-Code in question.
        cause - the cause