Package com.dropbox.core
Class DbxWebAuth.Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxWebAuth.Exception
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DbxWebAuth.BadRequestException,DbxWebAuth.BadStateException,DbxWebAuth.CsrfException,DbxWebAuth.NotApprovedException,DbxWebAuth.ProviderException
- Enclosing class:
DbxWebAuth
The base class for authorization redirect errors. You should catch each subclass
individually.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Exception
-