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

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.CmisContentAlreadyExistsException
All Implemented Interfaces:
Serializable

public class CmisContentAlreadyExistsException
extends CmisBaseException

CMIS ContentAlreadyExists Exception.

See Also:
Serialized Form

Constructor Summary
CmisContentAlreadyExistsException()
           
CmisContentAlreadyExistsException(String message)
           
CmisContentAlreadyExistsException(String message, BigInteger code)
           
CmisContentAlreadyExistsException(String message, BigInteger code, Throwable cause)
           
CmisContentAlreadyExistsException(String message, String errorContent)
           
CmisContentAlreadyExistsException(String message, String errorContent, Throwable cause)
           
CmisContentAlreadyExistsException(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

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException()

CmisContentAlreadyExistsException

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

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(String message,
                                         String errorContent)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(String message,
                                         BigInteger code)

CmisContentAlreadyExistsException

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

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(String message,
                                         Throwable cause)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(String message)


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