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 SQLException
SQLException. addStackTraceItem(StackTraceElement stackTraceItem)
SQLException
SQLException. addSuppressedItem(Throwable suppressedItem)
SQLException
SQLException. cause(Throwable cause)
SQLException
SQLException. errorCode(Integer errorCode)
SQLException
SQLException. getNextException()
Get nextExceptionSQLException
SQLWarning. getNextException()
Get nextExceptionSQLException
SQLException. localizedMessage(String localizedMessage)
SQLException
SQLException. message(String message)
SQLException
SQLException. nextException(SQLException nextException)
SQLException
SQLException. sqlstate(String sqlstate)
SQLException
SQLException. stackTrace(List<StackTraceElement> stackTrace)
SQLException
SQLException. suppressed(List<Throwable> suppressed)
Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type SQLException Modifier and Type Method Description SQLException
SQLException. nextException(SQLException nextException)
SQLWarning
SQLWarning. nextException(SQLException nextException)
void
SQLException. setNextException(SQLException nextException)
void
SQLWarning. setNextException(SQLException nextException)