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 aTemplateErrorerror.This exception is raised by DbxTeamFilePropertiesRequests.templatesGetForTeam(String),DbxTeamFilePropertiesRequests.templatesListForTeam(),DbxTeamFilePropertiesRequests.templatesRemoveForTeam(String),DbxTeamTeamRequests.propertiesTemplateGet(String),DbxTeamTeamRequests.propertiesTemplateList(),DbxUserFilePropertiesRequests.templatesGetForUser(String),DbxUserFilePropertiesRequests.templatesListForUser(),DbxUserFilePropertiesRequests.templatesRemoveForUser(String),DbxUserFilesRequests.propertiesTemplateGet(String), andDbxUserFilesRequests.propertiesTemplateList().- See Also:
- Serialized Form
 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description TemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TemplateError 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 TemplateError errorValue The error reported byDbxTeamFilePropertiesRequests.templatesGetForTeam(String),DbxTeamFilePropertiesRequests.templatesListForTeam(),DbxTeamFilePropertiesRequests.templatesRemoveForTeam(String),DbxTeamTeamRequests.propertiesTemplateGet(String),DbxTeamTeamRequests.propertiesTemplateList(),DbxUserFilePropertiesRequests.templatesGetForUser(String),DbxUserFilePropertiesRequests.templatesListForUser(),DbxUserFilePropertiesRequests.templatesRemoveForUser(String),DbxUserFilesRequests.propertiesTemplateGet(String), andDbxUserFilesRequests.propertiesTemplateList().
 
- 
 - 
Constructor Detail- 
TemplateErrorExceptionpublic TemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TemplateError errorValue)
 
- 
 
-