public class ExecutingSQLPoemException extends SQLPoemException
| Modifier and Type | Field and Description |
|---|---|
String |
sql
The raw SQL we were trying to execute.
|
subException| Constructor and Description |
|---|
ExecutingSQLPoemException(String sql,
SQLException e)
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 String sql
public ExecutingSQLPoemException(String sql, SQLException e)
public String getMessage()
PoemExceptiongetMessage in class SQLPoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.