public class CmisConstraintException extends CmisBaseException
Intent: The operation violates a repository- or object-level constraint defined in the CMIS domain model.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EXCEPTION_NAME  | 
| Constructor and Description | 
|---|
CmisConstraintException()
Default constructor. 
 | 
CmisConstraintException(String message)
Constructor. 
 | 
CmisConstraintException(String message,
                       BigInteger code)
Constructor. 
 | 
CmisConstraintException(String message,
                       BigInteger code,
                       String errorContent)
Constructor. 
 | 
CmisConstraintException(String message,
                       BigInteger code,
                       Throwable cause)
Constructor. 
 | 
CmisConstraintException(String message,
                       String errorContent)
Constructor. 
 | 
CmisConstraintException(String message,
                       String errorContent,
                       Throwable cause)
Constructor. 
 | 
CmisConstraintException(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 CmisConstraintException()
public CmisConstraintException(String message, BigInteger code, Throwable cause)
message - error messagecode - error codecause - the causepublic CmisConstraintException(String message, String errorContent)
message - error messageerrorContent - error page contentpublic CmisConstraintException(String message, BigInteger code)
message - error messagecode - error codepublic CmisConstraintException(String message, BigInteger code, String errorContent)
message - error messagecode - error codeerrorContent - error page contentpublic CmisConstraintException(String message, String errorContent, Throwable cause)
message - error messageerrorContent - error page contentcause - the causepublic CmisConstraintException(String message, Throwable cause)
message - error messagecause - the causepublic CmisConstraintException(String message)
message - error messagepublic final String getExceptionName()
CmisBaseExceptiongetExceptionName in class CmisBaseExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.