public class DuplicateKeySQLPoemException extends ExecutingSQLPoemException
| Modifier and Type | Field and Description |
|---|---|
String |
column
The Column we are dealing with.
|
boolean |
insert
Whether this was an insert operation or not.
|
String |
table
The Table we are dealing with.
|
sqlsubException| Constructor and Description |
|---|
DuplicateKeySQLPoemException(Column<?> column,
String sql,
boolean insert,
SQLException e)
Constructor.
|
DuplicateKeySQLPoemException(Table<?> table,
String sql,
boolean insert,
SQLException e)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
String |
getMessage()
The detail message which may be null.
|
String |
getTable() |
boolean |
getWasInsert() |
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic String table
public String column
public boolean insert
public DuplicateKeySQLPoemException(Table<?> table, String sql, boolean insert, SQLException e)
public DuplicateKeySQLPoemException(Column<?> column, String sql, boolean insert, SQLException e)
public final String getTable()
public final String getColumn()
public final boolean getWasInsert()
public String getMessage()
PoemExceptiongetMessage in class ExecutingSQLPoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.