Class UnprocessableEntityRuntimeException

    • Constructor Detail

      • UnprocessableEntityRuntimeException

        public UnprocessableEntityRuntimeException​(String aMessage,
                                                   String aErrorCode)
        Instantiates a new unprocessable entity runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • UnprocessableEntityRuntimeException

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

        public UnprocessableEntityRuntimeException​(String message,
                                                   Throwable cause)
        Instantiates a new unprocessable entity runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • UnprocessableEntityRuntimeException

        public UnprocessableEntityRuntimeException​(String message)
        Instantiates a new unprocessable entity runtime exception.
        Parameters:
        message - the message
      • UnprocessableEntityRuntimeException

        public UnprocessableEntityRuntimeException​(Throwable aCause,
                                                   String aErrorCode)
        Instantiates a new unprocessable entity runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • UnprocessableEntityRuntimeException

        public UnprocessableEntityRuntimeException​(Throwable cause)
        Instantiates a new unprocessable entity runtime exception.
        Parameters:
        cause - the cause