Class DownloaderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnresolvedDependencyException, VerificationException

public sealed class DownloaderException extends SlimJarException permits UnresolvedDependencyException, VerificationException
See Also:
  • Constructor Details

    • DownloaderException

      @Contract(pure=true) public DownloaderException(@NotNull @NotNull String message)
    • DownloaderException

      @Contract(pure=true) public DownloaderException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)