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, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final UploadSessionLookupError errorValue
public UploadSessionLookupErrorException(String routeName, String requestId, LocalizedText userMessage, UploadSessionLookupError errorValue)