Class DownloadFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.telegram.telegrambots.facilities.filedownloader.DownloadFileException
All Implemented Interfaces:
Serializable

public class DownloadFileException extends RuntimeException
Runtime Exception to wrap Exceptions thrown during file download
See Also:
  • Constructor Details

    • DownloadFileException

      public DownloadFileException(String message, Throwable e)