public class FacebookError extends RuntimeException
FacebookException
Adding @Deprecated to this class causes warnings in other deprecated classes
that reference this one. That is the only reason this entire class is not
deprecated.Constructor and Description |
---|
FacebookError(String message)
Deprecated.
|
FacebookError(String message,
String type,
int code)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Deprecated.
|
String |
getErrorType()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public FacebookError(String message)
@Deprecated public FacebookError(String message, String type, int code)
@Deprecated public int getErrorCode()
@Deprecated public String getErrorType()