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