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()
Default constructor.
|
CmisContentAlreadyExistsException(String message)
Constructor.
|
CmisContentAlreadyExistsException(String message,
BigInteger code)
Constructor.
|
CmisContentAlreadyExistsException(String message,
BigInteger code,
String errorContent)
Constructor.
|
CmisContentAlreadyExistsException(String message,
BigInteger code,
Throwable cause)
Constructor.
|
CmisContentAlreadyExistsException(String message,
String errorContent)
Constructor.
|
CmisContentAlreadyExistsException(String message,
String errorContent,
Throwable cause)
Constructor.
|
CmisContentAlreadyExistsException(String message,
Throwable cause)
Constructor.
|
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 CmisContentAlreadyExistsException()
public CmisContentAlreadyExistsException(String message, BigInteger code, Throwable cause)
message
- error messagecode
- error codecause
- the causepublic CmisContentAlreadyExistsException(String message, String errorContent)
message
- error messageerrorContent
- error page contentpublic CmisContentAlreadyExistsException(String message, BigInteger code)
message
- error messagecode
- error codepublic CmisContentAlreadyExistsException(String message, BigInteger code, String errorContent)
message
- error messagecode
- error codeerrorContent
- error page contentpublic CmisContentAlreadyExistsException(String message, String errorContent, Throwable cause)
message
- error messageerrorContent
- error page contentcause
- the causepublic CmisContentAlreadyExistsException(String message, Throwable cause)
message
- error messagecause
- the causepublic CmisContentAlreadyExistsException(String message)
message
- error messagepublic final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.