com.facebook.android
Class DialogError
java.lang.Object
java.lang.Throwable
com.facebook.android.DialogError
- All Implemented Interfaces:
- Serializable
public class DialogError
- extends Throwable
Encapsulation of Dialog Error.
THIS CLASS SHOULD BE CONSIDERED DEPRECATED.
All public members of this class are intentionally deprecated.
New code should instead use
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DialogError
@Deprecated
public DialogError(String message,
int errorCode,
String failingUrl)
- Deprecated.
getErrorCode
@Deprecated
public int getErrorCode()
- Deprecated.
getFailingUrl
@Deprecated
public String getFailingUrl()
- Deprecated.