Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.SQLException
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of SQLException in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return SQLException Modifier and Type Method Description SQLExceptionSQLException. addStackTraceItem(StackTraceElement stackTraceItem)SQLExceptionSQLException. addSuppressedItem(Throwable suppressedItem)SQLExceptionSQLException. cause(Throwable cause)SQLExceptionSQLException. errorCode(Integer errorCode)SQLExceptionSQLException. getNextException()Get nextExceptionSQLExceptionSQLWarning. getNextException()Get nextExceptionSQLExceptionSQLException. localizedMessage(String localizedMessage)SQLExceptionSQLException. message(String message)SQLExceptionSQLException. nextException(SQLException nextException)SQLExceptionSQLException. sqlstate(String sqlstate)SQLExceptionSQLException. stackTrace(List<StackTraceElement> stackTrace)SQLExceptionSQLException. suppressed(List<Throwable> suppressed)Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type SQLException Modifier and Type Method Description SQLExceptionSQLException. nextException(SQLException nextException)SQLWarningSQLWarning. nextException(SQLException nextException)voidSQLException. setNextException(SQLException nextException)voidSQLWarning. setNextException(SQLException nextException)