public class InvalidParameterSqlException extends JdbcApiSqlException
JdbcApiSqlException
for invalid-parameter-value conditions.Constructor and Description |
---|
InvalidParameterSqlException(String reason)
|
InvalidParameterSqlException(String reason,
String SQLState)
|
InvalidParameterSqlException(String reason,
String SQLState,
int vendorCode)
|
InvalidParameterSqlException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
|
InvalidParameterSqlException(String reason,
String sqlState,
Throwable cause)
|
InvalidParameterSqlException(String reason,
Throwable cause)
|
InvalidParameterSqlException(Throwable cause)
|
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public InvalidParameterSqlException(String reason, String SQLState, int vendorCode)
public InvalidParameterSqlException(String reason)
public InvalidParameterSqlException(Throwable cause)
public InvalidParameterSqlException(String reason, String sqlState, Throwable cause)
Copyright © 1970 The Apache Software Foundation. All rights reserved.