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, getStatementContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToCreateStatementException(Exception e, StatementContext ctx)
public UnableToCreateStatementException(String string)
public UnableToCreateStatementException(String string, StatementContext ctx)
public UnableToCreateStatementException(String string, Throwable throwable)
public UnableToCreateStatementException(String string, Throwable throwable, StatementContext ctx)
Copyright © 2017. All rights reserved.