Package com.dropbox.core.v2.clouddocs
Class LockingErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxException
-
- com.dropbox.core.DbxApiException
-
- com.dropbox.core.v2.clouddocs.LockingErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockingErrorException extends DbxApiException
Exception thrown when the server responds with aLockingError
error.This exception is raised by
DbxUserCloudDocsRequests.unlock(String)
andDbxUserCloudDocsRequests.lock(String)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description LockingError
errorValue
The error reported byDbxUserCloudDocsRequests.unlock(String)
andDbxUserCloudDocsRequests.lock(String)
.
-
Constructor Summary
Constructors Constructor Description LockingErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, LockingError 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 LockingError errorValue
The error reported byDbxUserCloudDocsRequests.unlock(String)
andDbxUserCloudDocsRequests.lock(String)
.
-
-
Constructor Detail
-
LockingErrorException
public LockingErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, LockingError errorValue)
-
-