org.melati.poem
Class DuplicateTroidPoemException

Package class diagram package DuplicateTroidPoemException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.PoemException
                  extended by org.melati.poem.SeriousPoemException
                      extended by org.melati.poem.DBConsistencyPoemException
                          extended by 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

Field Summary
 Table table
          The Table we are dealing with.
 Integer troid
          The Table Row ID we are dealing with.
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
DuplicateTroidPoemException(Table table, Integer troid)
          Constructor.
 
Method Summary
 
Methods inherited from class org.melati.poem.PoemException
getCoreMessage, getMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

public Table table
The Table we are dealing with.


troid

public Integer troid
The Table Row ID we are dealing with.

Constructor Detail

DuplicateTroidPoemException

public DuplicateTroidPoemException(Table table,
                                   Integer troid)
Constructor.



Copyright © 2000-2010 PanEris. All Rights Reserved.