public class CmisConstraintException extends CmisBaseException
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_NAME |
| Constructor and Description |
|---|
CmisConstraintException() |
CmisConstraintException(String message) |
CmisConstraintException(String message,
BigInteger code) |
CmisConstraintException(String message,
BigInteger code,
String errorContent) |
CmisConstraintException(String message,
BigInteger code,
Throwable cause) |
CmisConstraintException(String message,
String errorContent) |
CmisConstraintException(String message,
String errorContent,
Throwable cause) |
CmisConstraintException(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 CmisConstraintException()
public CmisConstraintException(String message, BigInteger code, Throwable cause)
public CmisConstraintException(String message, BigInteger code)
public CmisConstraintException(String message, BigInteger code, String errorContent)
public CmisConstraintException(String message, String errorContent, Throwable cause)
public CmisConstraintException(String message)
public String getExceptionName()
CmisBaseExceptiongetExceptionName in class CmisBaseExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.