Class TerminationException

All Implemented Interfaces:
Serializable

@ThreadSafe public class TerminationException extends StageProcessingException
An exception to be thrown to cause command-line aggregator execution to terminate.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • TerminationException

      public TerminationException()
      Constructor.
    • TerminationException

      public TerminationException(@Nonnull String message)
      Constructor.
      Parameters:
      message - exception message
    • TerminationException

      public TerminationException(@Nonnull Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • TerminationException

      public TerminationException(@Nonnull String message, @Nonnull Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one