Class DownloadException

All Implemented Interfaces:
Serializable

public class DownloadException extends PresentationException
Thrown when an error occurs during a file download operation.
See Also:
  • Constructor Details

    • DownloadException

      public DownloadException(String string, Throwable e)
      Creates a new DownloadException instance.
      Parameters:
      string - detail message describing the download failure
      e - cause of the download failure
    • DownloadException

      public DownloadException(String string)
      Creates a new DownloadException instance.
      Parameters:
      string - detail message describing the download failure