Package com.dropbox.core
Class DbxWebAuth.Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxWebAuth.Exception
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DbxWebAuth.BadRequestException
,DbxWebAuth.BadStateException
,DbxWebAuth.CsrfException
,DbxWebAuth.NotApprovedException
,DbxWebAuth.ProviderException
- Enclosing class:
- DbxWebAuth
public abstract static class DbxWebAuth.Exception extends java.lang.Exception
The base class for authorization redirect errors. You should catch each subclass individually.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Exception(java.lang.String message)
-