Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community
Class DuplicateIDException

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

public class DuplicateIDException
extends JiveException

Thrown when attempting to set a document ID for a Document that already exists and is associated with a different document than the current document.

See Also:
Serialized Form

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

DuplicateIDException

public DuplicateIDException()

DuplicateIDException

public DuplicateIDException(String msg)

DuplicateIDException

public DuplicateIDException(String msg,
                            Throwable throwable)

DuplicateIDException

public DuplicateIDException(Throwable throwable)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.