Class AuthExceptionMapper

java.lang.Object
pl.allegro.tech.hermes.management.api.mappers.AuthExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<AuthException>

@Provider public class AuthExceptionMapper extends Object
  • Constructor Details

    • AuthExceptionMapper

      public AuthExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(AuthException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<T extends Throwable>