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