public class CmisFilterNotValidException extends CmisBaseException
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 String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.