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, toStringpublic LifecycleComponentMonitor.LifecycleFailuresException(List<RuntimeException> lifecycleFailures)
public String getMessage()
getMessage in class Throwablepublic Collection<RuntimeException> getFailures()
Copyright © 2003-2014 Codehaus. All Rights Reserved.