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 Throwable
Throwable. addStackTraceItem(StackTraceElement stackTraceItem)
Throwable
Throwable. addSuppressedItem(Throwable suppressedItem)
Throwable
Throwable. cause(Throwable cause)
Throwable
SQLException. getCause()
Get causeThrowable
SQLWarning. getCause()
Get causeThrowable
Throwable. getCause()
Get causeThrowable
Throwable. localizedMessage(String localizedMessage)
Throwable
Throwable. message(String message)
Throwable
Throwable. stackTrace(List<StackTraceElement> stackTrace)
Throwable
Throwable. 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 SQLException
SQLException. addSuppressedItem(Throwable suppressedItem)
SQLWarning
SQLWarning. addSuppressedItem(Throwable suppressedItem)
Throwable
Throwable. addSuppressedItem(Throwable suppressedItem)
SQLException
SQLException. cause(Throwable cause)
SQLWarning
SQLWarning. cause(Throwable cause)
Throwable
Throwable. cause(Throwable cause)
void
SQLException. setCause(Throwable cause)
void
SQLWarning. setCause(Throwable cause)
void
Throwable. setCause(Throwable cause)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Throwable Modifier and Type Method Description void
SQLException. setSuppressed(List<Throwable> suppressed)
void
SQLWarning. setSuppressed(List<Throwable> suppressed)
void
Throwable. setSuppressed(List<Throwable> suppressed)
SQLException
SQLException. suppressed(List<Throwable> suppressed)
SQLWarning
SQLWarning. suppressed(List<Throwable> suppressed)
Throwable
Throwable. suppressed(List<Throwable> suppressed)