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(String routeName,
String requestId,
LocalizedText userMessage,
GetAccountError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final GetAccountError errorValue
DbxUserUsersRequests.getAccount(String)
.public GetAccountErrorException(String routeName, String requestId, LocalizedText userMessage, GetAccountError errorValue)