public class RowDisappearedPoemException extends PoemException
Persistent is made
after it has been deleted.| Modifier and Type | Field and Description |
|---|---|
Table<?> |
table
The Table we are dealing with.
|
Integer |
troid
Its TROID.
|
subException| Constructor and Description |
|---|
RowDisappearedPoemException(NoSuchRowPoemException e)
Constructor.
|
RowDisappearedPoemException(Persistent persistent)
Constructor.
|
RowDisappearedPoemException(Table<?> table,
Integer troid)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic Table<?> table
public Integer troid
public RowDisappearedPoemException(Table<?> table, Integer troid)
public RowDisappearedPoemException(NoSuchRowPoemException e)
public RowDisappearedPoemException(Persistent persistent)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.