com.netmera.facebook
Class FacebookError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netmera.facebook.FacebookError
- All Implemented Interfaces:
- java.io.Serializable
public class FacebookError
- extends java.lang.RuntimeException
Encapsulation of a Facebook Error: a Facebook request that could not be
fulfilled.
- See Also:
- Serialized Form
Constructor Summary |
FacebookError(java.lang.String message)
|
FacebookError(java.lang.String message,
java.lang.String type,
int code)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FacebookError
public FacebookError(java.lang.String message)
FacebookError
public FacebookError(java.lang.String message,
java.lang.String type,
int code)
getErrorCode
public int getErrorCode()
getErrorType
public java.lang.String getErrorType()