- BadRequestException - Exception in org.hawaiiframework.web.exception
-
- BadRequestException() - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new BadRequestException
.
- BadRequestException(String) - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new BadRequestException
with the supplied message.
- BadRequestException(String, Throwable) - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new BadRequestException
with the supplied message and Throwable
.
- BadRequestException(Throwable) - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new BadRequestException
with the supplied Throwable
.
- bind(ApplicationContext) - Static method in class org.hawaiiframework.context.ApplicationContextHolder
-
Binds the ApplicationContext
to the current context class loader.
- build() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Builds the masked string.
- buildErrorResponseBody(Throwable, HttpStatus, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Builds a meaningful response body for the given throwable, HTTP status and request.