public class UploadSessionLookupErrorException extends DbxApiException
UploadSessionLookupError error.
This exception is raised by DbxUserFilesRequests.uploadSessionAppend(String,long) and DbxUserFilesRequests.uploadSessionAppendV2(UploadSessionCursor,boolean).
| Modifier and Type | Field and Description |
|---|---|
UploadSessionLookupError |
errorValue
|
| Constructor and Description |
|---|
UploadSessionLookupErrorException(String routeName,
String requestId,
LocalizedText userMessage,
UploadSessionLookupError errorValue) |
buildMessage, buildMessage, getUserMessagegetRequestIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final UploadSessionLookupError errorValue
public UploadSessionLookupErrorException(String routeName, String requestId, LocalizedText userMessage, UploadSessionLookupError errorValue)