Package com.parse.twitter
Class OAuth1FlowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.parse.twitter.OAuth1FlowException
-
- All Implemented Interfaces:
java.io.Serializable
public class OAuth1FlowException extends java.lang.Exception
OAuth Flow exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuth1FlowException(int errorCode, java.lang.String description, java.lang.String failingUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
int
getErrorCode()
java.lang.String
getFailingUrl()
-