Package com.vk.api.sdk.exceptions
Class OAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vk.api.sdk.exceptions.ApiException
-
- com.vk.api.sdk.exceptions.OAuthException
-
- All Implemented Interfaces:
java.io.Serializable
public class OAuthException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthException(java.lang.String name, java.lang.String description, java.lang.String redirectUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRedirectUri()-
Methods inherited from class com.vk.api.sdk.exceptions.ApiException
getCode, getDescription, getMessage, getMessageRaw
-
-