Package io.jans.fido2.exception
Class Fido2MissingAttestationCertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.fido2.exception.Fido2RuntimeException
-
- io.jans.fido2.exception.Fido2MissingAttestationCertException
-
- All Implemented Interfaces:
Serializable
public class Fido2MissingAttestationCertException extends Fido2RuntimeException
Missing attestation certificate Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Fido2MissingAttestationCertException(String errorMessage)
Fido2MissingAttestationCertException(String errorMessage, Throwable cause)
-
Method Summary
-
Methods inherited from class io.jans.fido2.exception.Fido2RuntimeException
getFormattedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-