Package com.regula.facesdk.exception
Class LivenessErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.regula.facesdk.exception.LivenessErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLivenessErrorException
(LivenessErrorCode code, LivenessBackendException underlyingException) LivenessErrorException
(LivenessErrorCode code, String message) LivenessErrorException
(LivenessErrorCode code, String message, LivenessBackendException underlyingException) -
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
-
LivenessErrorException
-
LivenessErrorException
-
LivenessErrorException
public LivenessErrorException(LivenessErrorCode code, String message, LivenessBackendException underlyingException) -
LivenessErrorException
-
-
Method Details
-
getErrorCode
method return error code for liveness- Returns:
- one of
LivenessErrorCode
-
getUnderlyingException
-
getMessage
- Overrides:
getMessage
in classThrowable
-