Package io.jans.fido2.exception
Class Fido2CompromisedDevice
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jans.fido2.exception.Fido2CompromisedDevice
- All Implemented Interfaces:
Serializable
RuntimeException Class for Fido2CompromisedDevice
Extends RuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFido2CompromisedDevice(String message) Fido2CompromisedDevice(String message, Throwable cause) Constructor for Fido2CompromisedDeviceFido2CompromisedDevice(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
-
Fido2CompromisedDevice
Constructor for Fido2CompromisedDevice- Parameters:
message- String: the detailed messagecause- Throwable: the cause
-
Fido2CompromisedDevice
-
Fido2CompromisedDevice
-