Package io.jans.fido2.service.exception
Class Fido2ExceptionHandler
- java.lang.Object
-
- io.jans.fido2.service.exception.Fido2ExceptionHandler
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Fido2RuntimeException>
@ApplicationScoped @Provider public class Fido2ExceptionHandler extends Object implements jakarta.ws.rs.ext.ExceptionMapper<Fido2RuntimeException>
Fido2 RP resteasy exception handler- Author:
- Yuriy Movchan Date: 01/03/2019
-
-
Constructor Summary
Constructors Constructor Description Fido2ExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
toResponse(Fido2RuntimeException ex)
-
-
-
Method Detail
-
toResponse
public jakarta.ws.rs.core.Response toResponse(Fido2RuntimeException ex)
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<Fido2RuntimeException>
-
-