public class GroupDeleteErrorException extends DbxApiException
GroupDeleteError
error.
This exception is raised by DbxTeamTeamRequests.groupsDelete(com.dropbox.core.v2.team.GroupSelector).
| Modifier and Type | Field and Description |
|---|---|
GroupDeleteError |
errorValue
The error reported by
DbxTeamTeamRequests.groupsDelete(com.dropbox.core.v2.team.GroupSelector). |
| Constructor and Description |
|---|
GroupDeleteErrorException(String routeName,
String requestId,
LocalizedText userMessage,
GroupDeleteError errorValue) |
buildMessage, buildMessage, getUserMessagegetRequestIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final GroupDeleteError errorValue
DbxTeamTeamRequests.groupsDelete(com.dropbox.core.v2.team.GroupSelector).public GroupDeleteErrorException(String routeName, String requestId, LocalizedText userMessage, GroupDeleteError errorValue)