org.melati.poem
Class TableInUsePoemException

Package class diagram package TableInUsePoemException
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.TableInUsePoemException
All Implemented Interfaces:
Serializable

public class TableInUsePoemException
extends SeriousPoemException

Thrown when an attempt is made to redefine a Table when it is being accessed by another PoemThread.

Author:
WilliamC At paneris.org
See Also:
Serialized Form

Field Summary
 Database database
          The Database we are dealing with.
 Table table
          The Table we are dealing with.
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
TableInUsePoemException(Database database, Table table)
          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

database

public Database database
The Database we are dealing with.


table

public Table table
The Table we are dealing with.

Constructor Detail

TableInUsePoemException

public TableInUsePoemException(Database database,
                               Table table)
Constructor.



Copyright © 2000-2010 PanEris. All Rights Reserved.