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,
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, toString
public StatementException(String string, Throwable throwable, StatementContext ctx)
public StatementException(Throwable cause, StatementContext ctx)
public StatementException(String message, StatementContext ctx)
public StatementException(String string)
public StatementContext getStatementContext()
public String getShortMessage()
public String getMessage()
getMessage
in class Throwable
Copyright © 2019. All rights reserved.