Class BatchException

  • All Implemented Interfaces:
    Serializable

    public class BatchException
    extends Exception
    A composite exception that wraps a list of exceptions, useful for propagating list of exceptions that might have occurred during a batch task.
    See Also:
    Serialized Form
    • Constructor Detail

      • BatchException

        public BatchException​(List<? extends Exception> exs)
    • Method Detail

      • getBatchExceptions

        public List<Exception> getBatchExceptions()