|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.TableInUsePoemException
public class TableInUsePoemException
Thrown when an attempt is made to redefine a Table
when it is being accessed by another PoemThread.
| 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 |
|---|
public Database database
public Table table
| Constructor Detail |
|---|
public TableInUsePoemException(Database database,
Table table)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||