org.xcmis.spi
Class ContentAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
              extended by org.xcmis.spi.ContentAlreadyExistsException
All Implemented Interfaces:
Serializable

public final class ContentAlreadyExistsException
extends CmisException

If caller try add content stream to the Document that already contains content stream without specifying that to override existing content.

Version:
$Id: ContentAlreadyExistsException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
ContentAlreadyExistsException()
          Construct instance ContentAlreadyExistsException without message.
ContentAlreadyExistsException(String message)
          Construct instance ContentAlreadyExistsException with message.
ContentAlreadyExistsException(String message, Throwable cause)
          Construct instance ContentAlreadyExistsException with message and cause exception.
ContentAlreadyExistsException(Throwable cause)
          Construct instance ContentAlreadyExistsException with cause exception.
 
Method Summary
 
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

ContentAlreadyExistsException

public ContentAlreadyExistsException()
Construct instance ContentAlreadyExistsException without message.


ContentAlreadyExistsException

public ContentAlreadyExistsException(String message)
Construct instance ContentAlreadyExistsException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

ContentAlreadyExistsException

public ContentAlreadyExistsException(String message,
                                     Throwable cause)
Construct instance ContentAlreadyExistsException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

ContentAlreadyExistsException

public ContentAlreadyExistsException(Throwable cause)
Construct instance ContentAlreadyExistsException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.