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 aRelocationErrorerror.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 SummaryFields Modifier and Type Field Description RelocationErrorerrorValue
 - 
Constructor SummaryConstructors Constructor Description RelocationErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RelocationError errorValue)
 - 
Method Summary- 
Methods inherited from class com.dropbox.core.DbxApiExceptionbuildMessage, buildMessage, getUserMessage
 - 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Field Detail- 
errorValuepublic final RelocationError errorValue 
 
- 
 - 
Constructor Detail- 
RelocationErrorExceptionpublic RelocationErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RelocationError errorValue)
 
- 
 
-