public class CmisUpdateConflictException extends CmisBaseException
Intent: The operation is attempting to update an object that is no longer current (as determined by the repository).
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisUpdateConflictException() |
CmisUpdateConflictException(String message) |
CmisUpdateConflictException(String message,
BigInteger code) |
CmisUpdateConflictException(String message,
BigInteger code,
String errorContent) |
CmisUpdateConflictException(String message,
BigInteger code,
Throwable cause) |
CmisUpdateConflictException(String message,
String errorContent) |
CmisUpdateConflictException(String message,
String errorContent,
Throwable cause) |
CmisUpdateConflictException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionName()
Returns the name of the exception as defined in the CMIS specification.
|
getCode, getErrorContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String EXCEPTION_NAME
public CmisUpdateConflictException()
public CmisUpdateConflictException(String message, BigInteger code, Throwable cause)
public CmisUpdateConflictException(String message, BigInteger code)
public CmisUpdateConflictException(String message, BigInteger code, String errorContent)
public CmisUpdateConflictException(String message, String errorContent, Throwable cause)
public CmisUpdateConflictException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.