org.melati.poem
Class TableInUsePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
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
database
public Database database
- The Database we are dealing with.
table
public Table table
- The Table we are dealing with.
TableInUsePoemException
public TableInUsePoemException(Database database,
Table table)
- Constructor.
Copyright © 2000-2010 PanEris. All Rights Reserved.