public class BranchException
extends java.lang.Exception
Class for representing any Branch SDK exceptions. Exception details are provided in exception message.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BRANCH_API_LVL_ERR_MSG |
| Modifier and Type | Method and Description |
|---|---|
static BranchException |
getAPILevelException() |
static BranchException |
getInstantiationException() |
java.lang.String |
getMessage() |
public static final java.lang.String BRANCH_API_LVL_ERR_MSG
public static BranchException getInstantiationException()
public static BranchException getAPILevelException()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable