@ThreadSafe public class TerminationException extends StageProcessingException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
TerminationException()
Constructor.
|
TerminationException(Exception wrappedException)
Constructor.
|
TerminationException(String message)
Constructor.
|
TerminationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public TerminationException()
public TerminationException(@Nonnull String message)
message - exception messagepublic TerminationException(@Nonnull Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2016. All rights reserved.