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