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