Package com.dropbox.core.v2.teamlog
Class GetTeamEventsErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.teamlog.GetTeamEventsErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class GetTeamEventsErrorException extends DbxApiException Exception thrown when the server responds with aGetTeamEventsErrorerror.This exception is raised by DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description GetTeamEventsErrorerrorValueThe error reported byDbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).
 - 
Constructor SummaryConstructors Constructor Description GetTeamEventsErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, GetTeamEventsError 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 GetTeamEventsError errorValue The error reported byDbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).
 
- 
 - 
Constructor Detail- 
GetTeamEventsErrorExceptionpublic GetTeamEventsErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, GetTeamEventsError errorValue)
 
- 
 
-