public class RevokeDeviceSessionErrorException extends DbxApiException
RevokeDeviceSessionError
error.
This exception is raised by DbxTeamTeamRequests.devicesRevokeDeviceSession(com.dropbox.core.v2.team.RevokeDeviceSessionArg)
.
Modifier and Type | Field and Description |
---|---|
RevokeDeviceSessionError |
errorValue
|
Constructor and Description |
---|
RevokeDeviceSessionErrorException(String routeName,
String requestId,
LocalizedText userMessage,
RevokeDeviceSessionError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final RevokeDeviceSessionError errorValue
public RevokeDeviceSessionErrorException(String routeName, String requestId, LocalizedText userMessage, RevokeDeviceSessionError errorValue)