public class InvalidCursorStateSqlException extends JdbcApiSqlException
ResultSet#next()
or after
ResultSet#next()
returns false.Constructor and Description |
---|
InvalidCursorStateSqlException()
|
InvalidCursorStateSqlException(String reason)
|
InvalidCursorStateSqlException(String reason,
String SQLState)
|
InvalidCursorStateSqlException(String reason,
String SQLState,
int vendorCode)
|
InvalidCursorStateSqlException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
|
InvalidCursorStateSqlException(String reason,
String sqlState,
Throwable cause)
|
InvalidCursorStateSqlException(String reason,
Throwable cause)
|
InvalidCursorStateSqlException(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 InvalidCursorStateSqlException(String reason, String SQLState, int vendorCode)
public InvalidCursorStateSqlException(String reason, String SQLState)
public InvalidCursorStateSqlException(String reason)
public InvalidCursorStateSqlException()
public InvalidCursorStateSqlException(Throwable cause)
public InvalidCursorStateSqlException(String reason, Throwable cause)
public InvalidCursorStateSqlException(String reason, String sqlState, Throwable cause)
Copyright © 1970 The Apache Software Foundation. All rights reserved.