Package com.dropbox.core.v2.files
Class RelocationErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxException
-
- com.dropbox.core.DbxApiException
-
- com.dropbox.core.v2.files.RelocationErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class RelocationErrorException extends DbxApiException
Exception thrown when the server responds with aRelocationError
error.This exception is raised by
DbxUserFilesRequests.copyV2(String,String)
,DbxUserFilesRequests.copy(String,String)
,DbxUserFilesRequests.moveV2(String,String)
, andDbxUserFilesRequests.move(String,String)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description RelocationError
errorValue
-
Constructor Summary
Constructors Constructor Description RelocationErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RelocationError errorValue)
-
Method Summary
-
Methods inherited from class com.dropbox.core.DbxApiException
buildMessage, buildMessage, getUserMessage
-
Methods inherited from class com.dropbox.core.DbxException
getRequestId
-
-
-
-
Field Detail
-
errorValue
public final RelocationError errorValue
-
-
Constructor Detail
-
RelocationErrorException
public RelocationErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RelocationError errorValue)
-
-