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