Class FileDownloadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.karafra.bitchutedl.exceptions.ApiRuntimeException
-
- com.karafra.bitchutedl.exceptions.FileDownloadException
-
- All Implemented Interfaces:
Serializable
public class FileDownloadException extends ApiRuntimeException
Exception thrown when something goes wrong during processing download.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Karafra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileDownloadException(String message)Constructor used when only message is provided.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FileDownloadException
public FileDownloadException(String message)
Constructor used when only message is provided.- Parameters:
message-
-
-