public class CmisUpdateConflictException extends CmisBaseException
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 String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.