Package com.dropbox.core
Class DbxWebAuth.BadRequestException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxWebAuth.Exception
- 
- com.dropbox.core.DbxWebAuth.BadRequestException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- DbxWebAuth
 
 public static final class DbxWebAuth.BadRequestException extends DbxWebAuth.Exception Thrown when the parameters passed to your redirect URI are not well-formed.IMPORTANT: The exception's message must not be shown the the user, but may be logged. The recommended action is to show an HTTP 400 error page. - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BadRequestException​(java.lang.String message)
 
-