public class DataLogException
extends java.lang.Exception
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
java.lang.Throwable |
cause |
int |
code |
static android.os.Parcelable.Creator<DataLogException> |
CREATOR |
| Constructor and Description |
|---|
DataLogException(int code,
java.lang.String message) |
DataLogException(int code,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getCode() |
java.lang.String |
getMessage() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public int code
public java.lang.Throwable cause
public static final android.os.Parcelable.Creator<DataLogException> CREATOR
public DataLogException(int code,
java.lang.Throwable cause)
public DataLogException(int code,
java.lang.String message)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getCode()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable