Class JwtAuthExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<JwtAuthException>

    public class JwtAuthExceptionMapper
    extends java.lang.Object
    implements javax.ws.rs.ext.ExceptionMapper<JwtAuthException>
    • Constructor Detail

      • JwtAuthExceptionMapper

        public JwtAuthExceptionMapper()
    • Method Detail

      • toResponse

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