Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community
Class NotUniqueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jivesoftware.community.JiveRuntimeException
                  extended by com.jivesoftware.community.NotUniqueException
All Implemented Interfaces:
Serializable

public class NotUniqueException
extends JiveRuntimeException

Thrown by an object when an action is attempted on an object where a parameter (say a name) has to be unique but is not.

See Also:
DocumentFieldManager, Serialized Form

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

NotUniqueException

public NotUniqueException()

NotUniqueException

public NotUniqueException(String message)

NotUniqueException

public NotUniqueException(String message,
                          Throwable throwable)

NotUniqueException

public NotUniqueException(Throwable throwable)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.