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
public class AttestationException extends Fido2RuntimeException
Exception Class for Attestation related exceptions. Extended from Fido2RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttestationException(String errorMessage)
Constructor for AttestationException
-
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
-
-
-
-
Constructor Detail
-
AttestationException
public AttestationException(String errorMessage)
Constructor for AttestationException- Parameters:
errorMessage
- String containing error message
-
-