public class GroupsPollErrorException extends DbxApiException
GroupsPollError
error.
This exception is raised by DbxTeamTeamRequests.groupsJobStatusGet(String)
.
Modifier and Type | Field and Description |
---|---|
GroupsPollError |
errorValue
The error reported by
DbxTeamTeamRequests.groupsJobStatusGet(String) . |
Constructor and Description |
---|
GroupsPollErrorException(String routeName,
String requestId,
LocalizedText userMessage,
GroupsPollError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final GroupsPollError errorValue
DbxTeamTeamRequests.groupsJobStatusGet(String)
.public GroupsPollErrorException(String routeName, String requestId, LocalizedText userMessage, GroupsPollError errorValue)