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:
java.io.Serializable

public class CmisContentAlreadyExistsException
extends CmisBaseException

CMIS ContentAlreadyExists Exception.

See Also:
Serialized Form

Field Summary
static java.lang.String EXCEPTION_NAME
           
 
Constructor Summary
CmisContentAlreadyExistsException()
           
CmisContentAlreadyExistsException(java.lang.String message)
           
CmisContentAlreadyExistsException(java.lang.String message, java.math.BigInteger code)
           
CmisContentAlreadyExistsException(java.lang.String message, java.math.BigInteger code, java.lang.String errorContent)
           
CmisContentAlreadyExistsException(java.lang.String message, java.math.BigInteger code, java.lang.Throwable cause)
           
CmisContentAlreadyExistsException(java.lang.String message, java.lang.String errorContent)
           
CmisContentAlreadyExistsException(java.lang.String message, java.lang.String errorContent, java.lang.Throwable cause)
           
CmisContentAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getExceptionName()
          Returns the name of the exception as defined in the CMIS specification.
 
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
 

Field Detail

EXCEPTION_NAME

public static final java.lang.String EXCEPTION_NAME
See Also:
Constant Field Values
Constructor Detail

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException()

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message,
                                         java.math.BigInteger code,
                                         java.lang.Throwable cause)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message,
                                         java.lang.String errorContent)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message,
                                         java.math.BigInteger code)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message,
                                         java.math.BigInteger code,
                                         java.lang.String errorContent)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message,
                                         java.lang.String errorContent,
                                         java.lang.Throwable cause)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message,
                                         java.lang.Throwable cause)

CmisContentAlreadyExistsException

public CmisContentAlreadyExistsException(java.lang.String message)
Method Detail

getExceptionName

public java.lang.String getExceptionName()
Description copied from class: CmisBaseException
Returns the name of the exception as defined in the CMIS specification.

Specified by:
getExceptionName in class CmisBaseException


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