public class PrepareException extends QueryException
| Constructor and Description |
|---|
PrepareException(String error) |
PrepareException(String message,
int errorCode,
String sqlState)
Creates a Prepare exception with a message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrepareError()
Indicate if Exception is due to query not preparable.
|
getErrorCode, getMessage, getNextException, getSqlState, setMessage, setNextException, setSqlStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrepareException(String error)
public boolean isPrepareError()
isPrepareError in class QueryExceptionCopyright © 2017. All rights reserved.