Class UnauthorizedExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>

    @Provider
    @Priority(5001)
    public class UnauthorizedExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>
    Author:
    Michal Szynkiewicz, [email protected]
    Date: 05/10/2019
    • Constructor Detail

      • UnauthorizedExceptionMapper

        public UnauthorizedExceptionMapper()
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(io.quarkus.security.UnauthorizedException exception)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>