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