com.jivesoftware.community
Class NotUniqueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jivesoftware.community.JiveRuntimeException
com.jivesoftware.community.NotUniqueException
- All Implemented Interfaces:
- java.io.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
| 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-2007 Jive Software.