public class RestoreErrorException extends DbxApiException
RestoreError
error.
This exception is raised by DbxUserFilesRequests.restore(String,String)
.
Modifier and Type | Field and Description |
---|---|
RestoreError |
errorValue
The error reported by
DbxUserFilesRequests.restore(String,String) . |
Constructor and Description |
---|
RestoreErrorException(String routeName,
String requestId,
LocalizedText userMessage,
RestoreError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final RestoreError errorValue
DbxUserFilesRequests.restore(String,String)
.public RestoreErrorException(String routeName, String requestId, LocalizedText userMessage, RestoreError errorValue)