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 aTeamFolderCreateError
error.This exception is raised by
DbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TeamFolderCreateError
errorValue
The error reported byDbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg)
.
-
Constructor Summary
Constructors Constructor Description TeamFolderCreateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TeamFolderCreateError 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 TeamFolderCreateError errorValue
The error reported byDbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg)
.
-
-
Constructor Detail
-
TeamFolderCreateErrorException
public TeamFolderCreateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, TeamFolderCreateError errorValue)
-
-