Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Throwable
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Throwable in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Throwable Modifier and Type Method Description ThrowableThrowable. addStackTraceItem(StackTraceElement stackTraceItem)ThrowableThrowable. addSuppressedItem(Throwable suppressedItem)ThrowableThrowable. cause(Throwable cause)ThrowableSQLException. getCause()Get causeThrowableSQLWarning. getCause()Get causeThrowableThrowable. getCause()Get causeThrowableThrowable. localizedMessage(String localizedMessage)ThrowableThrowable. message(String message)ThrowableThrowable. stackTrace(List<StackTraceElement> stackTrace)ThrowableThrowable. suppressed(List<Throwable> suppressed)Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type Throwable Modifier and Type Method Description List<Throwable>SQLException. getSuppressed()Get suppressedList<Throwable>SQLWarning. getSuppressed()Get suppressedList<Throwable>Throwable. getSuppressed()Get suppressedMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Throwable Modifier and Type Method Description SQLExceptionSQLException. addSuppressedItem(Throwable suppressedItem)SQLWarningSQLWarning. addSuppressedItem(Throwable suppressedItem)ThrowableThrowable. addSuppressedItem(Throwable suppressedItem)SQLExceptionSQLException. cause(Throwable cause)SQLWarningSQLWarning. cause(Throwable cause)ThrowableThrowable. cause(Throwable cause)voidSQLException. setCause(Throwable cause)voidSQLWarning. setCause(Throwable cause)voidThrowable. setCause(Throwable cause)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Throwable Modifier and Type Method Description voidSQLException. setSuppressed(List<Throwable> suppressed)voidSQLWarning. setSuppressed(List<Throwable> suppressed)voidThrowable. setSuppressed(List<Throwable> suppressed)SQLExceptionSQLException. suppressed(List<Throwable> suppressed)SQLWarningSQLWarning. suppressed(List<Throwable> suppressed)ThrowableThrowable. suppressed(List<Throwable> suppressed)