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 |
---|
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 LifecycleFailuresException(List<RuntimeException> lifecycleFailures)
public String getMessage()
getMessage
in class Throwable
public Collection<RuntimeException> getFailures()
Copyright © 2003–2015 Codehaus. All rights reserved.