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