Package net.oauth
Class OAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.oauth.OAuthException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuthProblemException
public class OAuthException extends Exception
An exception thrown by the OAuth library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OAuthException()
For subclasses only.OAuthException(String message)
OAuthException(String message, Throwable cause)
OAuthException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OAuthException
protected OAuthException()
For subclasses only.
-
OAuthException
public OAuthException(String message)
- Parameters:
message
-
-
OAuthException
public OAuthException(String message, Throwable cause)
- Parameters:
message
-cause
-
-
OAuthException
public OAuthException(Throwable cause)
- Parameters:
cause
-
-
-