Package com.dropbox.core.v2.team
Class RevokeDeviceSessionErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.team.RevokeDeviceSessionErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class RevokeDeviceSessionErrorException extends DbxApiException Exception thrown when the server responds with aRevokeDeviceSessionErrorerror.This exception is raised by DbxTeamTeamRequests.devicesRevokeDeviceSession(com.dropbox.core.v2.team.RevokeDeviceSessionArg).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description RevokeDeviceSessionErrorerrorValue
 - 
Constructor SummaryConstructors Constructor Description RevokeDeviceSessionErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RevokeDeviceSessionError errorValue)
 - 
Method Summary- 
Methods inherited from class com.dropbox.core.DbxApiExceptionbuildMessage, buildMessage, getUserMessage
 - 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Field Detail- 
errorValuepublic final RevokeDeviceSessionError errorValue 
 
- 
 - 
Constructor Detail- 
RevokeDeviceSessionErrorExceptionpublic RevokeDeviceSessionErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RevokeDeviceSessionError errorValue)
 
- 
 
-