public class ConflictException
extends java.lang.RuntimeException
Constructor and Description |
---|
ConflictException(boolean properlyHandlesClientSideResolution) |
ConflictException(java.lang.String message,
boolean properlyHandlesClientSideResolution) |
ConflictException(java.lang.String message,
java.lang.Exception inner,
boolean properlyHandlesClientSideResolution) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getConflictedVersionIds() |
Etag |
getEtag() |
void |
setConflictedVersionIds(java.lang.String[] conflictedVersionIds) |
void |
setEtag(Etag etag) |
public ConflictException(boolean properlyHandlesClientSideResolution)
public ConflictException(java.lang.String message, boolean properlyHandlesClientSideResolution)
public ConflictException(java.lang.String message, java.lang.Exception inner, boolean properlyHandlesClientSideResolution)
public java.lang.String[] getConflictedVersionIds()
public void setConflictedVersionIds(java.lang.String[] conflictedVersionIds)
conflictedVersionIds
- the conflictedVersionIds to setpublic Etag getEtag()
public void setEtag(Etag etag)
etag
- the etag to setCopyright © 2014. All Rights Reserved.