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