Package io.github.slimjar.exceptions
Class DownloaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.slimjar.exceptions.SlimJarException
io.github.slimjar.exceptions.DownloaderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnresolvedDependencyException,VerificationException
public sealed class DownloaderException
extends SlimJarException
permits UnresolvedDependencyException, VerificationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloaderException(@NotNull String message) DownloaderException(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class io.github.slimjar.exceptions.SlimJarException
checkInterruptedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloaderException
-
DownloaderException
-