Package io.jans.fido2.exception
Class Fido2RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jans.fido2.exception.Fido2RuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttestationException,Fido2MissingAttestationCertException,Fido2TrustException,MdsRateLimitedException
Parent class of all FIDO2 RuntimeExceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFido2RuntimeException(String errorMessage) Fido2RuntimeException(String status, String errorMessage) Fido2RuntimeException(String status, String errorMessage, Throwable cause) Fido2RuntimeException(String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Fido2RuntimeException
-
Fido2RuntimeException
-
Fido2RuntimeException
-
Fido2RuntimeException
-
-
Method Details
-
getFormattedMessage
-