Package io.jans.fido2.service.handler
Class Fido2RuntimeExceptionHandler
- java.lang.Object
-
- io.jans.fido2.service.handler.Fido2RuntimeExceptionHandler
-
public class Fido2RuntimeExceptionHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description Fido2RuntimeExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(Fido2RuntimeException ex)
-
-
-
Method Detail
-
handleException
@ExceptionHandler(Fido2RuntimeException.class) public void handleException(Fido2RuntimeException ex)
-
-