public class CmisContentAlreadyExistsException extends CmisBaseException
Intent: The operation attempts to set the content stream for a document that already has a content stream without explicitly specifying the "overwriteFlag" parameter.
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_NAME |
| Constructor and Description |
|---|
CmisContentAlreadyExistsException() |
CmisContentAlreadyExistsException(String message) |
CmisContentAlreadyExistsException(String message,
BigInteger code) |
CmisContentAlreadyExistsException(String message,
BigInteger code,
String errorContent) |
CmisContentAlreadyExistsException(String message,
BigInteger code,
Throwable cause) |
CmisContentAlreadyExistsException(String message,
String errorContent) |
CmisContentAlreadyExistsException(String message,
String errorContent,
Throwable cause) |
CmisContentAlreadyExistsException(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, getErrorContentaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String EXCEPTION_NAME
public CmisContentAlreadyExistsException()
public CmisContentAlreadyExistsException(String message, BigInteger code, Throwable cause)
public CmisContentAlreadyExistsException(String message, String errorContent)
public CmisContentAlreadyExistsException(String message, BigInteger code)
public CmisContentAlreadyExistsException(String message, BigInteger code, String errorContent)
public CmisContentAlreadyExistsException(String message, String errorContent, Throwable cause)
public CmisContentAlreadyExistsException(String message, Throwable cause)
public CmisContentAlreadyExistsException(String message)
public final String getExceptionName()
CmisBaseExceptiongetExceptionName in class CmisBaseExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.