Package com.dropbox.core.v2.sharing
Class RevokeSharedLinkErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.sharing.RevokeSharedLinkErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class RevokeSharedLinkErrorException extends DbxApiException Exception thrown when the server responds with aRevokeSharedLinkErrorerror.This exception is raised by DbxUserSharingRequests.revokeSharedLink(String).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description RevokeSharedLinkErrorerrorValueThe error reported byDbxUserSharingRequests.revokeSharedLink(String).
 - 
Constructor SummaryConstructors Constructor Description RevokeSharedLinkErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RevokeSharedLinkError 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 RevokeSharedLinkError errorValue The error reported byDbxUserSharingRequests.revokeSharedLink(String).
 
- 
 - 
Constructor Detail- 
RevokeSharedLinkErrorExceptionpublic RevokeSharedLinkErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RevokeSharedLinkError errorValue)
 
- 
 
-