public final class PassivationException extends Exception
| Constructor and Description |
|---|
PassivationException(Collection<Exception> exceptions)
Create new PassivationException.
|
| Modifier and Type | Method and Description |
|---|---|
List<Exception> |
causes() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PassivationException(Collection<Exception> exceptions)
exceptions - All exceptions encountered during passivation, in order