public class VersionConflictException extends ServiceException
Constructor and Description |
---|
VersionConflictException() |
VersionConflictException(ErrorDomain.ErrorCode errorCode) |
VersionConflictException(ErrorDomain.ErrorCode errorCode,
java.lang.Throwable cause) |
VersionConflictException(java.net.HttpURLConnection httpConn) |
VersionConflictException(IEntry currentEntry) |
VersionConflictException(IEntry currentEntry,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
generate(ExtensionProfile extProfile,
XmlWriter xw)
Generates XML.
|
IEntry |
getCurrentEntry() |
void |
setCurrentEntry(IEntry entry) |
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage, toXmlErrorMessage
public VersionConflictException()
public VersionConflictException(IEntry currentEntry)
public VersionConflictException(IEntry currentEntry, java.lang.Throwable cause)
public VersionConflictException(java.net.HttpURLConnection httpConn) throws java.io.IOException
java.io.IOException
public VersionConflictException(ErrorDomain.ErrorCode errorCode)
public VersionConflictException(ErrorDomain.ErrorCode errorCode, java.lang.Throwable cause)
public IEntry getCurrentEntry()
public void setCurrentEntry(IEntry entry)
public void generate(ExtensionProfile extProfile, XmlWriter xw) throws java.io.IOException
extProfile
- Extension profile.xw
- Output writer.java.io.IOException