public class IndexUniquenessPoemException extends SeriousPoemException
| Modifier and Type | Field and Description |
|---|---|
Column<?> |
column
The Column we are dealing with.
|
String |
indexName
The column's index.
|
boolean |
meantToBeUnique
Whether this Column should be unique.
|
subException| Constructor and Description |
|---|
IndexUniquenessPoemException(Column<?> column,
String indexName,
boolean meantToBeUnique)
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 Column<?> column
public String indexName
public boolean meantToBeUnique
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.