Package io.jans.fido2.exception
Class Fido2RpRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.fido2.exception.Fido2RpRuntimeException
-
- All Implemented Interfaces:
Serializable
public class Fido2RpRuntimeException extends RuntimeException
Class for Fido2RpRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Fido2RpRuntimeException(String errorMessage)
Fido2RpRuntimeException(String status, String errorMessage)
Fido2RpRuntimeException(String status, String errorMessage, Throwable cause)
Fido2RpRuntimeException(String errorMessage, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fido2RPError
getFormattedMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Fido2RpRuntimeException
public Fido2RpRuntimeException(String errorMessage)
-
-
Method Detail
-
getFormattedMessage
public Fido2RPError getFormattedMessage()
-
-