Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community
Class DocumentAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
              extended by com.jivesoftware.community.DocumentAlreadyExistsException
All Implemented Interfaces:
Serializable

public class DocumentAlreadyExistsException
extends JiveException

Thrown whenever a Document's title is set to be the same as a title to an existing published document. This can occur when setting the title directly or when changing the state of a document to published.

See Also:
Serialized Form

Constructor Summary
DocumentAlreadyExistsException()
           
DocumentAlreadyExistsException(String msg)
           
DocumentAlreadyExistsException(String msg, Throwable throwable)
           
DocumentAlreadyExistsException(Throwable throwable)
           
 
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

DocumentAlreadyExistsException

public DocumentAlreadyExistsException()

DocumentAlreadyExistsException

public DocumentAlreadyExistsException(String msg)

DocumentAlreadyExistsException

public DocumentAlreadyExistsException(String msg,
                                      Throwable throwable)

DocumentAlreadyExistsException

public DocumentAlreadyExistsException(Throwable throwable)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.