@Environment(value=CLIENT) public class RealmsServiceException extends Exception
Modifier and Type | Field and Description |
---|---|
int |
errorCode |
String |
errorMsg |
String |
httpResponseContent |
int |
httpResultCode |
Constructor and Description |
---|
RealmsServiceException(int httpResultCode,
String httpResponseText,
int errorCode,
String errorMsg) |
RealmsServiceException(int httpResultCode,
String httpResponseText,
RealmsError error) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public final int httpResultCode
public final String httpResponseContent
public final int errorCode
public final String errorMsg
public RealmsServiceException(int httpResultCode, String httpResponseText, RealmsError error)