Package com.dropbox.core.v2.team
Class DateRangeErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.team.DateRangeErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DateRangeErrorException extends DbxApiException Exception thrown when the server responds with aDateRangeErrorerror.This exception is raised by DbxTeamTeamRequests.reportsGetActivity(com.dropbox.core.v2.team.DateRange),DbxTeamTeamRequests.reportsGetDevices(com.dropbox.core.v2.team.DateRange),DbxTeamTeamRequests.reportsGetMembership(com.dropbox.core.v2.team.DateRange), andDbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).- See Also:
- Serialized Form
 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description DateRangeErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DateRangeError 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 DateRangeError errorValue The error reported byDbxTeamTeamRequests.reportsGetActivity(com.dropbox.core.v2.team.DateRange),DbxTeamTeamRequests.reportsGetDevices(com.dropbox.core.v2.team.DateRange),DbxTeamTeamRequests.reportsGetMembership(com.dropbox.core.v2.team.DateRange), andDbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).
 
- 
 - 
Constructor Detail- 
DateRangeErrorExceptionpublic DateRangeErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DateRangeError errorValue)
 
- 
 
-