public class FaceAuthRuntimeException extends IdpRuntimeException
| Constructor and Description | 
|---|
FaceAuthRuntimeException(int resultCode,
                        java.lang.String exceptionMessage)
This exception object has been created if the SDK cannot be used 
 | 
FaceAuthRuntimeException(int resultCode,
                        java.lang.String exceptionMessage,
                        java.lang.Throwable cause)
This exception object has been created if the SDK cannot be used 
 | 
public FaceAuthRuntimeException(int resultCode,
                                java.lang.String exceptionMessage,
                                java.lang.Throwable cause)
resultCode - exception codeexceptionMessage - exception messagecause - exception causepublic FaceAuthRuntimeException(int resultCode,
                                java.lang.String exceptionMessage)
resultCode - exception codeexceptionMessage - exception message