Class OAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.data.oauth.OAuthException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OAuth20Exception
public abstract class OAuthException extends java.lang.Exception
Base OAuth exception- Since:
- 18650
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthException(java.lang.Exception cause)
OAuthException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract OAuthVersion[]
getOAuthVersions()
-
-
-
Constructor Detail
-
OAuthException
OAuthException(java.lang.Exception cause)
-
OAuthException
OAuthException(java.lang.String message)
-
-
Method Detail
-
getOAuthVersions
abstract OAuthVersion[] getOAuthVersions()
-
-