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() |
CmisNameConstraintViolationException(String message) |
CmisNameConstraintViolationException(String message,
BigInteger code) |
CmisNameConstraintViolationException(String message,
BigInteger code,
String errorContent) |
CmisNameConstraintViolationException(String message,
BigInteger code,
Throwable cause) |
CmisNameConstraintViolationException(String message,
String errorContent) |
CmisNameConstraintViolationException(String message,
String errorContent,
Throwable cause) |
CmisNameConstraintViolationException(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, getErrorContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String EXCEPTION_NAME
public CmisNameConstraintViolationException()
public CmisNameConstraintViolationException(String message, BigInteger code, Throwable cause)
public CmisNameConstraintViolationException(String message, String errorContent)
public CmisNameConstraintViolationException(String message, BigInteger code)
public CmisNameConstraintViolationException(String message, BigInteger code, String errorContent)
public CmisNameConstraintViolationException(String message, String errorContent, Throwable cause)
public CmisNameConstraintViolationException(String message, Throwable cause)
public CmisNameConstraintViolationException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.