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 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
-
Constructor Details
-
Fido2ExceptionHandler
public Fido2ExceptionHandler()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<Fido2RuntimeException>
-