public class NoResultsException extends StatementException
| Constructor and Description | 
|---|
| NoResultsException(String msg,
                  StatementContext ctx) | 
| NoResultsException(String msg,
                  Throwable e,
                  StatementContext ctx) | 
| NoResultsException(Throwable e,
                  StatementContext ctx) | 
getMessage, getStatementContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoResultsException(String msg, StatementContext ctx)
public NoResultsException(String msg, Throwable e, StatementContext ctx)
public NoResultsException(Throwable e, StatementContext ctx)
Copyright © 2018. All rights reserved.