public class CmisFilterNotValidException extends CmisBaseException
Intent: The property filter or rendition filter input to the operation is not valid. The repository SHOULD NOT throw this exception if the filter syntax is correct but one or more elements in the filter is unknown. Unknown elements SHOULD be ignored.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisFilterNotValidException() |
CmisFilterNotValidException(String message) |
CmisFilterNotValidException(String message,
BigInteger code) |
CmisFilterNotValidException(String message,
BigInteger code,
String errorContent) |
CmisFilterNotValidException(String message,
BigInteger code,
Throwable cause) |
CmisFilterNotValidException(String message,
String errorContent) |
CmisFilterNotValidException(String message,
String errorContent,
Throwable cause) |
CmisFilterNotValidException(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 CmisFilterNotValidException()
public CmisFilterNotValidException(String message, BigInteger code, Throwable cause)
public CmisFilterNotValidException(String message, BigInteger code)
public CmisFilterNotValidException(String message, BigInteger code, String errorContent)
public CmisFilterNotValidException(String message, String errorContent, Throwable cause)
public CmisFilterNotValidException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.