Class ModifyTemplateErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ModifyTemplateErrorException extends DbxApiException Exception thrown when the server responds with aModifyTemplateErrorerror.This exception is raised by DbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,java.util.List),DbxTeamFilePropertiesRequests.templatesUpdateForTeam(String),DbxTeamTeamRequests.propertiesTemplateAdd(String,String,java.util.List),DbxTeamTeamRequests.propertiesTemplateUpdate(String),DbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List), andDbxUserFilePropertiesRequests.templatesUpdateForUser(String).- See Also:
- Serialized Form
 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description ModifyTemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ModifyTemplateError 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 ModifyTemplateError errorValue The error reported byDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,java.util.List),DbxTeamFilePropertiesRequests.templatesUpdateForTeam(String),DbxTeamTeamRequests.propertiesTemplateAdd(String,String,java.util.List),DbxTeamTeamRequests.propertiesTemplateUpdate(String),DbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List), andDbxUserFilePropertiesRequests.templatesUpdateForUser(String).
 
- 
 - 
Constructor Detail- 
ModifyTemplateErrorExceptionpublic ModifyTemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ModifyTemplateError errorValue)
 
- 
 
-