Class UserNotAuthorizedException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(UNAUTHORIZED)
    public class UserNotAuthorizedException
    extends org.springframework.web.client.HttpServerErrorException
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.web.client.HttpServerErrorException

        org.springframework.web.client.HttpServerErrorException.BadGateway, org.springframework.web.client.HttpServerErrorException.GatewayTimeout, org.springframework.web.client.HttpServerErrorException.InternalServerError, org.springframework.web.client.HttpServerErrorException.NotImplemented, org.springframework.web.client.HttpServerErrorException.ServiceUnavailable
    • Constructor Detail

      • UserNotAuthorizedException

        public UserNotAuthorizedException​(String message)
        Parameters:
        message - text to display to client