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 aDateRangeError
error.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 Summary
Constructors Constructor Description DateRangeErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DateRangeError 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 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
-
DateRangeErrorException
public DateRangeErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DateRangeError errorValue)
-
-