com.jivesoftware.base.database.dao
Class NotUniqueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.base.JiveException
com.jivesoftware.base.database.dao.DAOException
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
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 |
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)
Copyright © 1999-2006 Jive Software.