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