Class DateRangeErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DateRangeErrorException
    extends DbxApiException
    Exception thrown when the server responds with a DateRangeError 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), and DbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      DateRangeError errorValue
      The error reported 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), and DbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • errorValue

        public final DateRangeError errorValue
        The error reported 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), and DbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).
    • Constructor Detail

      • DateRangeErrorException

        public DateRangeErrorException​(java.lang.String routeName,
                                       java.lang.String requestId,
                                       LocalizedText userMessage,
                                       DateRangeError errorValue)