public static final class DbxException.NetworkIO extends DbxException
We use a separate exception class (instead of just relaying IOException) to make it easier for you to distinguish between I/O errors communicating with Dropbox and I/O errors from your own code.
DbxException.BadRequest, DbxException.BadResponse, DbxException.BadResponseCode, DbxException.InvalidAccessToken, DbxException.NetworkIO, DbxException.ProtocolError, DbxException.RetryLater, DbxException.ServerError
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
IOException |
underlying |
Constructor and Description |
---|
DbxException.NetworkIO(IOException underlying) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final IOException underlying
public static final long serialVersionUID
public DbxException.NetworkIO(IOException underlying)
Copyright © 2014. All rights reserved.