Package com.regula.facesdk.exception
Class DetectFacesErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.regula.facesdk.exception.DetectFacesErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionDetectFacesErrorException
(DetectFacesErrorCode code, String message) DetectFacesErrorException
(DetectFacesErrorCode code, String message, DetectFacesBackendException underlyingException) -
Method Summary
Modifier and TypeMethodDescriptionmethod return error codeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DetectFacesErrorException
-
DetectFacesErrorException
-
DetectFacesErrorException
public DetectFacesErrorException(DetectFacesErrorCode code, String message, DetectFacesBackendException underlyingException)
-
-
Method Details
-
getErrorCode
method return error code- Returns:
- one of
DetectFacesErrorCode
-
getUnderlyingException
-
getMessage
- Overrides:
getMessage
in classThrowable
-