public final class LifecycleComponentMonitor.LifecycleFailuresException extends PicoException
PicoException
that is thrown when the collected
lifecycle failures need to be be collectively rethrown.Constructor and Description |
---|
LifecycleComponentMonitor.LifecycleFailuresException(List<RuntimeException> lifecycleFailures) |
Modifier and Type | Method and Description |
---|---|
Collection<RuntimeException> |
getFailures() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LifecycleComponentMonitor.LifecycleFailuresException(List<RuntimeException> lifecycleFailures)
public String getMessage()
getMessage
in class Throwable
public Collection<RuntimeException> getFailures()