org.melati.poem
Class DuplicateTroidPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.DBConsistencyPoemException
org.melati.poem.DuplicateTroidPoemException
- All Implemented Interfaces:
- Serializable
public class DuplicateTroidPoemException
- extends DBConsistencyPoemException
Thrown when it is discovered that there is more than one record with
a given Troid
in the Database
.
This should not happen without human intervention.
- See Also:
- Serialized Form
table
public Table table
- The Table we are dealing with.
troid
public Integer troid
- The Table Row ID we are dealing with.
DuplicateTroidPoemException
public DuplicateTroidPoemException(Table table,
Integer troid)
- Constructor.
Copyright © 2000-2010 PanEris. All Rights Reserved.