public class RelayServiceException
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<RelayServiceException> |
CREATOR |
java.lang.String |
detail |
Constructor and Description |
---|
RelayServiceException(int code) |
RelayServiceException(int code,
java.lang.Throwable cause) |
RelayServiceException(int code,
java.lang.Throwable cause,
java.lang.String detail) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
int |
getCode() |
java.lang.String |
getDetail() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public int code
public java.lang.String detail
public java.lang.Throwable cause
public static final android.os.Parcelable.Creator<RelayServiceException> CREATOR
public RelayServiceException(int code, java.lang.Throwable cause)
public RelayServiceException(int code, java.lang.Throwable cause, java.lang.String detail)
public RelayServiceException(int code)
public java.lang.String getDetail()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable
public int getCode()