com.jivesoftware.community
Class DocumentAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
com.jivesoftware.community.DocumentAlreadyExistsException
- All Implemented Interfaces:
- java.io.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
| 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 |
DocumentAlreadyExistsException
public DocumentAlreadyExistsException()
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(java.lang.String msg)
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(java.lang.String msg,
java.lang.Throwable throwable)
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(java.lang.Throwable throwable)
Copyright © 1999-2007 Jive Software.