Package io.jans.fido2.exception
Class AttestationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jans.fido2.exception.Fido2RuntimeException
io.jans.fido2.exception.AttestationException
- All Implemented Interfaces:
Serializable
Exception Class for Attestation related exceptions.
Extended from Fido2RuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttestationException(String errorMessage) Constructor for AttestationException -
Method Summary
Methods inherited from class io.jans.fido2.exception.Fido2RuntimeException
getFormattedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttestationException
Constructor for AttestationException- Parameters:
errorMessage- String containing error message
-