org.apache.chemistry.opencmis.commons.exceptions
Class CmisFilterNotValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
- All Implemented Interfaces:
- Serializable
public class CmisFilterNotValidException
- extends CmisBaseException
CMIS FilterNotValid Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmisFilterNotValidException
public CmisFilterNotValidException()
CmisFilterNotValidException
public CmisFilterNotValidException(String message,
BigInteger code,
Throwable cause)
CmisFilterNotValidException
public CmisFilterNotValidException(String message,
String errorContent)
CmisFilterNotValidException
public CmisFilterNotValidException(String message,
BigInteger code)
CmisFilterNotValidException
public CmisFilterNotValidException(String message,
String errorContent,
Throwable cause)
CmisFilterNotValidException
public CmisFilterNotValidException(String message,
Throwable cause)
CmisFilterNotValidException
public CmisFilterNotValidException(String message)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.