Package com.regula.facesdk.exception
Class MatchFacesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.regula.facesdk.exception.MatchFacesException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionMatchFacesException
(MatchFacesErrorCode code, UnderlineException underlineException) -
Method Summary
Modifier and TypeMethodDescriptionmethod return error code for livenessMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatchFacesException
-
MatchFacesException
-
-
Method Details
-
getUnderlineException
-
getErrorCode
method return error code for liveness- Returns:
- one of
MatchFacesErrorCode
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getDetailedErrorMessage
-