public abstract class StatementException extends JdbiException
| Constructor and Description |
|---|
StatementException(String string) |
StatementException(String message,
StatementContext ctx) |
StatementException(String string,
Throwable throwable) |
StatementException(String string,
Throwable throwable,
StatementContext ctx) |
StatementException(Throwable cause) |
StatementException(Throwable cause,
StatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getShortMessage() |
StatementContext |
getStatementContext() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StatementException(String string)
public StatementException(String message, StatementContext ctx)
public StatementException(String string, Throwable throwable, StatementContext ctx)
public StatementException(Throwable cause)
public StatementException(Throwable cause, StatementContext ctx)
public String getMessage()
getMessage in class Throwablepublic String getShortMessage()
public StatementContext getStatementContext()
Copyright © 2019. All rights reserved.