|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.sf.colle.util.OuterException net.sf.colle.sql.persistence.PersistenceException net.sf.colle.sql.persistence.DuplicateRowException
Exception to be thrown in create methods of the persistence classes when a record with the same primary key is already in the database. Created: 14 Mar 2001
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
DuplicateRowException()
Constructs an exception with no inner throwable. |
|
DuplicateRowException(String psMessage)
Constructs an exception with a message and no inner throwable. |
|
DuplicateRowException(String psMessage,
Throwable pxInnerThrowable)
Constructs an exception with a message and a throwable |
|
DuplicateRowException(Throwable pxInnerThrowable)
Constructs an exception with a throwable |
Methods inherited from class net.sf.colle.util.OuterException |
getInnerThrowable, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DuplicateRowException()
public DuplicateRowException(String psMessage)
public DuplicateRowException(Throwable pxInnerThrowable)
public DuplicateRowException(String psMessage, Throwable pxInnerThrowable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |