Class BatchFailures

All Implemented Interfaces:
Serializable, ConcurrentMap<String,Throwable>, Map<String,Throwable>

public class BatchFailures extends ConcurrentHashMap<String,Throwable>
See Also:
  • Constructor Details

    • BatchFailures

      public BatchFailures()
    • BatchFailures

      public BatchFailures(boolean verbose)
  • Method Details