Package oauth.signpost.exception
Class OAuthExpectationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oauth.signpost.exception.OAuthException
-
- oauth.signpost.exception.OAuthExpectationFailedException
-
- All Implemented Interfaces:
Serializable
public class OAuthExpectationFailedException extends OAuthException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthExpectationFailedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OAuthExpectationFailedException
public OAuthExpectationFailedException(String message)
-
-