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:
- 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 |
DocumentAlreadyExistsException
public DocumentAlreadyExistsException()
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(String msg)
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(String msg,
Throwable throwable)
DocumentAlreadyExistsException
public DocumentAlreadyExistsException(Throwable throwable)
Copyright © 1999-2007 Jive Software.