public class FaceAuthException extends IdpAuthException
| Constructor and Description | 
|---|
FaceAuthException(int domain,
                 int code,
                 java.lang.String message)
Creates an exception 
 | 
FaceAuthException(int domain,
                 int code,
                 java.lang.String message,
                 java.lang.Exception e)
Creates an exception 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Exception | 
getException()
Returns FaceException exception 
 | 
void | 
setException(java.lang.Exception exception)
Sets exception 
 | 
getCode, getDomainpublic FaceAuthException(int domain,
                         int code,
                         java.lang.String message)
domain - domain to which extension belongscode - exception codemessage - exception messagepublic FaceAuthException(int domain,
                         int code,
                         java.lang.String message,
                         java.lang.Exception e)
domain - domain to which extension belongscode - exception codemessage - exception messagee - original exception object