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, getSqlState, setMessage, setSqlState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrepareException(String error)
public boolean isPrepareError()
isPrepareError
in class QueryException
Copyright © 2016. All rights reserved.