SQLNonTransientException (Java SE 12 & JDK 12 )
-
-
Constructor Summary
Constructors Constructor Description SQLNonTransientException()Constructs a
SQLNonTransientExceptionobject.SQLNonTransientException(String reason)Constructs a
SQLNonTransientExceptionobject with a givenreason.SQLNonTransientException(String reason, String SQLState)Constructs a
SQLNonTransientExceptionobject with a givenreasonandSQLState.SQLNonTransientException(String reason, String SQLState, int vendorCode)Constructs a
SQLNonTransientExceptionobject with a givenreason,SQLStateandvendorCode.SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause)Constructs a
SQLNonTransientExceptionobject with a givenreason,SQLState,vendorCodeandcause.SQLNonTransientException(String reason, String SQLState, Throwable cause)Constructs a
SQLNonTransientExceptionobject with a givenreason,SQLStateandcause.SQLNonTransientException(String reason, Throwable cause)Constructs a
SQLTransientExceptionobject with a givenreasonandcause.SQLNonTransientException(Throwable cause)Constructs a
SQLNonTransientExceptionobject with a givencause.
-
Method Summary
-
Methods declared in class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods declared in interface java.lang.Iterable
forEach, spliterator
-
-