Class BadRequestException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(BAD_REQUEST)
    public class BadRequestException
    extends org.springframework.web.client.HttpServerErrorException
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

        public BadRequestException​(UserInterfaceErrorCodes errorCode,
                                   String message)
        Parameters:
        errorCode - the error ui error code associated with the exception
        message - text to display to client