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 aModifyTemplateError
error.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 Summary
Constructors Constructor Description ModifyTemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ModifyTemplateError 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 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
-
ModifyTemplateErrorException
public ModifyTemplateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ModifyTemplateError errorValue)
-
-