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, toStringpublic 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 Throwablepublic StatementContext getStatementContext()
Copyright © 2018. All rights reserved.