Class GetTeamEventsErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GetTeamEventsErrorException
    extends DbxApiException
    Exception thrown when the server responds with a GetTeamEventsError error.

    This exception is raised by DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      GetTeamEventsError errorValue
      The error reported by DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).
    • 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 GetTeamEventsError errorValue
        The error reported by DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).
    • Constructor Detail

      • GetTeamEventsErrorException

        public GetTeamEventsErrorException​(java.lang.String routeName,
                                           java.lang.String requestId,
                                           LocalizedText userMessage,
                                           GetTeamEventsError errorValue)