public class ConflictException extends RuntimeException
Constructor and Description |
---|
ConflictException(boolean properlyHandlesClientSideResolution) |
ConflictException(String message,
boolean properlyHandlesClientSideResolution) |
ConflictException(String message,
Exception inner,
boolean properlyHandlesClientSideResolution) |
Modifier and Type | Method and Description |
---|---|
String[] |
getConflictedVersionIds() |
Etag |
getEtag() |
void |
setConflictedVersionIds(String[] conflictedVersionIds) |
void |
setEtag(Etag etag) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConflictException(boolean properlyHandlesClientSideResolution)
public ConflictException(String message, boolean properlyHandlesClientSideResolution)
public String[] getConflictedVersionIds()
public void setConflictedVersionIds(String[] conflictedVersionIds)
conflictedVersionIds
- the conflictedVersionIds to setpublic Etag getEtag()
public void setEtag(Etag etag)
etag
- the etag to setCopyright © 2016. All Rights Reserved.