org.bowlerframework

exception

package exception

Visibility
  1. Public
  2. All

Type Members

  1. class AccessDeniedException extends HttpException

    AccessDeniedException should be thrown if a user does not have access to a Resource or needs to login.

  2. class HttpException extends Exception

    Base Exception type for HTTP Exceptions associated with an HTTP code.

  3. class NotFoundException extends HttpException

    The Exception equivalent of HTTP 404 - Not Found

  4. class ValidationException extends HttpException

    Depicts a validation error - should be handled in a client appropriate way to give feedback on what validation failed, the validation failures kan be retrieved in property -> message form from the errors list.