public class IdpAuthException extends IdpException
IdpResult interface to unify the error handling.| Constructor and Description | 
|---|
IdpAuthException(int code,
                java.lang.String message,
                java.lang.Object... args)
Creates a new SDK exception with domain, code and error message. 
 | 
IdpAuthException(int code,
                java.lang.Throwable cause,
                java.lang.String message,
                java.lang.Object... args)
Creates a new SDK exception with domain, code, causing exception and error message. 
 | 
IdpAuthException(java.lang.String message,
                java.lang.Object... args)  | 
getCode, getDomainpublic IdpAuthException(java.lang.String message,
                        java.lang.Object... args)
public IdpAuthException(int code,
                        java.lang.String message,
                        java.lang.Object... args)
code - The error code.message - The message following String.format(String, Object...) syntax.args - public IdpAuthException(int code,
                        java.lang.Throwable cause,
                        java.lang.String message,
                        java.lang.Object... args)
code - The error code.cause - The nested exception causing this exception.message - The message following String.format(String, Object...) syntax.args -