Class DownloadException

All Implemented Interfaces:
Serializable

public class DownloadException extends PresentationException

DownloadException class.

See Also:
  • Constructor Details

    • DownloadException

      public DownloadException(String string, Throwable e)

      Constructor for DownloadException.

      Parameters:
      string - a String object.
      e - a Throwable object.
    • DownloadException

      public DownloadException(String string)

      Constructor for DownloadException.

      Parameters:
      string - a String object.