public class MspException extends IdpException
| Modifier and Type | Field and Description | 
|---|---|
static int | 
BAD_FRAME
Bad frame. 
 | 
static int | 
DEOBFUSCATION_ERROR
De-obfuscation error. 
 | 
static int | 
INVALID_ARGUMENT
Invalid arguments. 
 | 
static int | 
INVALID_SIGNATURE
Invalid signature. 
 | 
static int | 
MSP_NATIVE_FAILURE  | 
static int | 
NOT_SUPPORTED_DEVICE
Not supported device. 
 | 
static int | 
NOT_SUPPORTED_FRAME
Not supported frame. 
 | 
| Constructor and Description | 
|---|
MspException(int code,
            java.lang.String message,
            java.lang.Object... args)
Public constructor for MspException. 
 | 
MspException(int code,
            java.lang.Throwable cause,
            java.lang.String message,
            java.lang.Object... args)
Public constructor for MspException. 
 | 
getCode, getDomainpublic static final int BAD_FRAME
public static final int NOT_SUPPORTED_FRAME
public static final int NOT_SUPPORTED_DEVICE
public static final int INVALID_ARGUMENT
public static final int INVALID_SIGNATURE
public static final int DEOBFUSCATION_ERROR
public static final int MSP_NATIVE_FAILURE
public MspException(int code,
                    java.lang.Throwable cause,
                    java.lang.String message,
                    java.lang.Object... args)
code - the exception code.cause - the cause of exceptionmessage - the exception message.args - the arguments of exception.public MspException(int code,
                    java.lang.String message,
                    java.lang.Object... args)
code - the exception code.message - the exception message.args - the arguments of exception.