public class UnableToCreateStatementException extends StatementException
Jdbi
couldn't create a statement.Constructor and Description |
---|
UnableToCreateStatementException(Exception e,
StatementContext ctx) |
UnableToCreateStatementException(String string) |
UnableToCreateStatementException(String string,
StatementContext ctx) |
UnableToCreateStatementException(String string,
Throwable throwable) |
UnableToCreateStatementException(String string,
Throwable throwable,
StatementContext ctx) |
getMessage, getShortMessage, getStatementContext
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnableToCreateStatementException(String string, Throwable throwable, StatementContext ctx)
public UnableToCreateStatementException(String string, Throwable throwable)
public UnableToCreateStatementException(String string)
public UnableToCreateStatementException(String string, StatementContext ctx)
public UnableToCreateStatementException(Exception e, StatementContext ctx)
Copyright © 2019. All rights reserved.