public class GetAccountErrorException extends DbxApiException
GetAccountError
error.
This exception is raised by DbxUserUsersRequests.getAccount(String)
.
Modifier and Type | Field and Description |
---|---|
GetAccountError |
errorValue
The error reported by
DbxUserUsersRequests.getAccount(String) . |
Constructor and Description |
---|
GetAccountErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
GetAccountError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
public final GetAccountError errorValue
DbxUserUsersRequests.getAccount(String)
.public GetAccountErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, GetAccountError errorValue)