public class UnableToProduceResultException extends StatementException
| Constructor and Description |
|---|
UnableToProduceResultException(Exception cause,
StatementContext ctx) |
UnableToProduceResultException(String message) |
UnableToProduceResultException(String message,
StatementContext ctx) |
UnableToProduceResultException(String string,
Throwable throwable,
StatementContext ctx) |
UnableToProduceResultException(Throwable cause) |
getMessage, getShortMessage, getStatementContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToProduceResultException(Exception cause, StatementContext ctx)
public UnableToProduceResultException(String message)
public UnableToProduceResultException(String message, StatementContext ctx)
public UnableToProduceResultException(String string, Throwable throwable, StatementContext ctx)
public UnableToProduceResultException(Throwable cause)
Copyright © 2019. All rights reserved.