Package com.regula.facesdk.exception
Class MatchFacesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.regula.facesdk.exception.MatchFacesException
-
- All Implemented Interfaces:
java.io.Serializable
public final class MatchFacesException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchFacesException(MatchFacesErrorCode code)
MatchFacesException(MatchFacesErrorCode code, UnderlineException underlineException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDetailedErrorMessage()
MatchFacesErrorCode
getErrorCode()
method return error code for livenessjava.lang.String
getMessage()
UnderlineException
getUnderlineException()
-
-
-
Constructor Detail
-
MatchFacesException
public MatchFacesException(MatchFacesErrorCode code)
-
MatchFacesException
public MatchFacesException(MatchFacesErrorCode code, UnderlineException underlineException)
-
-
Method Detail
-
getUnderlineException
public UnderlineException getUnderlineException()
-
getErrorCode
public MatchFacesErrorCode getErrorCode()
method return error code for liveness- Returns:
- one of
MatchFacesErrorCode
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getDetailedErrorMessage
public java.lang.String getDetailedErrorMessage()
-
-