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