Package io.github.slimjar.exceptions
Class ResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.slimjar.exceptions.SlimJarException
io.github.slimjar.exceptions.ResolutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolutionException(@NotNull String message) ResolutionException(@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
-
ResolutionException
-
ResolutionException
-