Package com.dropbox.core.v2.team
Class LegalHoldsPolicyUpdateErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.team.LegalHoldsPolicyUpdateErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LegalHoldsPolicyUpdateErrorException extends DbxApiException Exception thrown when the server responds with aLegalHoldsPolicyUpdateErrorerror.This exception is raised by DbxTeamTeamRequests.legalHoldsUpdatePolicy(String).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description LegalHoldsPolicyUpdateErrorerrorValueThe error reported byDbxTeamTeamRequests.legalHoldsUpdatePolicy(String).
 - 
Constructor SummaryConstructors Constructor Description LegalHoldsPolicyUpdateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, LegalHoldsPolicyUpdateError 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 LegalHoldsPolicyUpdateError errorValue The error reported byDbxTeamTeamRequests.legalHoldsUpdatePolicy(String).
 
- 
 - 
Constructor Detail- 
LegalHoldsPolicyUpdateErrorExceptionpublic LegalHoldsPolicyUpdateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, LegalHoldsPolicyUpdateError errorValue)
 
- 
 
-