public class StaleConnectionException extends SQLException
Constructor and Description |
---|
StaleConnectionException()
Constructor
|
StaleConnectionException(SQLException e)
Constructor
|
StaleConnectionException(String reason)
Constructor
|
StaleConnectionException(String reason,
String sqlstate)
Constructor
|
StaleConnectionException(String reason,
String sqlstate,
int vendorCode)
Constructor
|
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 StaleConnectionException()
public StaleConnectionException(String reason)
reason
- The reasonpublic StaleConnectionException(SQLException e)
e
- The SQL exceptionpublic StaleConnectionException(String reason, String sqlstate)
reason
- The reasonsqlstate
- The SQL stateCopyright © 2021 JBoss by Red Hat. All rights reserved.