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, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic InvalidParameterSqlException(String reason, String SQLState, int vendorCode)
public InvalidParameterSqlException(String reason)
public InvalidParameterSqlException(Throwable cause)
public InvalidParameterSqlException(String reason, String sqlState, Throwable cause)
Copyright © 2021 The Apache Software Foundation. All rights reserved.