Class DSSDataLoaderMultipleException

All Implemented Interfaces:
Serializable

public class DSSDataLoaderMultipleException extends DSSExternalResourceException
Contains a map of occurred exceptions to different URL calls
See Also:
  • Constructor Details

    • DSSDataLoaderMultipleException

      public DSSDataLoaderMultipleException(Map<String,Throwable> urlExceptionMap)
      Default constructor
      Parameters:
      urlExceptionMap - a map between failed URLs and caused exceptions
  • Method Details