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