public class CmisNameConstraintViolationException extends CmisBaseException
Intent: The repository is not able to store the object that the user is creating/updating due to a name constraint violation.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EXCEPTION_NAME  | 
| Constructor and Description | 
|---|
CmisNameConstraintViolationException()
Default constructor. 
 | 
CmisNameConstraintViolationException(String message)
Constructor. 
 | 
CmisNameConstraintViolationException(String message,
                                    BigInteger code)
Constructor. 
 | 
CmisNameConstraintViolationException(String message,
                                    BigInteger code,
                                    String errorContent)
Constructor. 
 | 
CmisNameConstraintViolationException(String message,
                                    BigInteger code,
                                    Throwable cause)
Constructor. 
 | 
CmisNameConstraintViolationException(String message,
                                    String errorContent)
Constructor. 
 | 
CmisNameConstraintViolationException(String message,
                                    String errorContent,
                                    Throwable cause)
Constructor. 
 | 
CmisNameConstraintViolationException(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, getErrorContentaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String EXCEPTION_NAME
public CmisNameConstraintViolationException()
public CmisNameConstraintViolationException(String message, BigInteger code, Throwable cause)
message - error messagecode - error codecause - the causepublic CmisNameConstraintViolationException(String message, String errorContent)
message - error messageerrorContent - error page contentpublic CmisNameConstraintViolationException(String message, BigInteger code)
message - error messagecode - error codepublic CmisNameConstraintViolationException(String message, BigInteger code, String errorContent)
message - error messagecode - error codeerrorContent - error page contentpublic CmisNameConstraintViolationException(String message, String errorContent, Throwable cause)
message - error messageerrorContent - error page contentcause - the causepublic CmisNameConstraintViolationException(String message, Throwable cause)
message - error messagecause - the causepublic CmisNameConstraintViolationException(String message)
message - error messagepublic final String getExceptionName()
CmisBaseExceptiongetExceptionName in class CmisBaseExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.