org.apache.chemistry.opencmis.commons.exceptions
Class CmisConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
                  extended by org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
All Implemented Interfaces:
Serializable

public class CmisConstraintException
extends CmisBaseException

CMIS Constraint Exception.

See Also:
Serialized Form

Constructor Summary
CmisConstraintException()
           
CmisConstraintException(String message)
           
CmisConstraintException(String message, BigInteger code)
           
CmisConstraintException(String message, BigInteger code, Throwable cause)
           
CmisConstraintException(String message, String errorContent)
           
CmisConstraintException(String message, String errorContent, Throwable cause)
           
CmisConstraintException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
getCode, getErrorContent
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmisConstraintException

public CmisConstraintException()

CmisConstraintException

public CmisConstraintException(String message,
                               BigInteger code,
                               Throwable cause)

CmisConstraintException

public CmisConstraintException(String message,
                               String errorContent)

CmisConstraintException

public CmisConstraintException(String message,
                               BigInteger code)

CmisConstraintException

public CmisConstraintException(String message,
                               String errorContent,
                               Throwable cause)

CmisConstraintException

public CmisConstraintException(String message,
                               Throwable cause)

CmisConstraintException

public CmisConstraintException(String message)


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.