Package com.dropbox.core.v2.team
Class TeamFolderCreateErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.team.TeamFolderCreateErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TeamFolderCreateErrorException extends DbxApiException Exception thrown when the server responds with aTeamFolderCreateErrorerror.This exception is raised by DbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description TeamFolderCreateErrorerrorValueThe error reported byDbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg).
 - 
Constructor SummaryConstructors Constructor Description TeamFolderCreateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TeamFolderCreateError 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 TeamFolderCreateError errorValue The error reported byDbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg).
 
- 
 - 
Constructor Detail- 
TeamFolderCreateErrorExceptionpublic TeamFolderCreateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TeamFolderCreateError errorValue)
 
- 
 
-