Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.database.dao
Class NotUniqueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.base.database.dao.DAOException
                  extended by com.jivesoftware.base.database.dao.NotUniqueException
All Implemented Interfaces:
java.io.Serializable

public class NotUniqueException
extends DAOException

Can be thrown by the DAO when creation is attempted on an object that should be unique

See Also:
Serialized Form

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

NotUniqueException

public NotUniqueException(java.lang.String message,
                          java.lang.Throwable throwable)

NotUniqueException

public NotUniqueException(java.lang.Throwable throwable)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.