Class BatchTermination

    • Constructor Detail

      • BatchTermination

        public BatchTermination​(String message)
        Constructs new BatchTermination exception with the given message.
        Parameters:
        message - The exception message.
      • BatchTermination

        public BatchTermination​(String message,
                                Throwable cause)
        Constructs new BatchTermination exception with the given message and cause.
        Parameters:
        message - The exception message.
        cause - The cause of the exception.