Package dev.lavalink.youtube
Class CannotBeLoaded
java.lang.Object
java.lang.Throwable
dev.lavalink.youtube.CannotBeLoaded
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotBeLoaded(@NotNull Throwable original) Instantiates a new CannotBeLoaded exception to halt querying of the next clients in the chain. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotBeLoaded
Instantiates a new CannotBeLoaded exception to halt querying of the next clients in the chain.- Parameters:
original- The original exception that triggered this exception.
-