Class BatchException

    • Constructor Detail

      • BatchException

        public BatchException​(String message)
        Constructs a new BatchException with given message.
        Parameters:
        message - Message
      • BatchException

        public BatchException​(String message,
                              Throwable cause)
        Constructs a new BatchException with given message and cause.
        Parameters:
        message - Message
        cause - Cause of this BatchException