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