Class TemplateErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxException
-
- com.dropbox.core.DbxApiException
-
- com.dropbox.core.v2.fileproperties.TemplateErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class TemplateErrorException extends DbxApiException
Exception thrown when the server responds with aTemplateError
error.This exception is raised by
DbxUserFilePropertiesRequests.templatesRemoveForUser(String)
,DbxUserFilesRequests.propertiesTemplateGet(String)
,DbxTeamTeamRequests.propertiesTemplateGet(String)
,DbxUserFilesRequests.propertiesTemplateList()
,DbxUserFilePropertiesRequests.templatesGetForUser(String)
,DbxTeamFilePropertiesRequests.templatesRemoveForTeam(String)
,DbxUserFilePropertiesRequests.templatesListForUser()
,DbxTeamFilePropertiesRequests.templatesGetForTeam(String)
,DbxTeamTeamRequests.propertiesTemplateList()
, andDbxTeamFilePropertiesRequests.templatesListForTeam()
.- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TemplateError 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 TemplateError errorValue
The error reported byDbxUserFilePropertiesRequests.templatesRemoveForUser(String)
,DbxUserFilesRequests.propertiesTemplateGet(String)
,DbxTeamTeamRequests.propertiesTemplateGet(String)
,DbxUserFilesRequests.propertiesTemplateList()
,DbxUserFilePropertiesRequests.templatesGetForUser(String)
,DbxTeamFilePropertiesRequests.templatesRemoveForTeam(String)
,DbxUserFilePropertiesRequests.templatesListForUser()
,DbxTeamFilePropertiesRequests.templatesGetForTeam(String)
,DbxTeamTeamRequests.propertiesTemplateList()
, andDbxTeamFilePropertiesRequests.templatesListForTeam()
.
-
-
Constructor Detail
-
TemplateErrorException
public TemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TemplateError errorValue)
-
-