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