Class CannotBeLoaded

java.lang.Object
java.lang.Throwable
dev.lavalink.youtube.CannotBeLoaded
All Implemented Interfaces:
Serializable

public class CannotBeLoaded extends Throwable
See Also:
  • Constructor Details

    • CannotBeLoaded

      public CannotBeLoaded(@NotNull @NotNull Throwable original)
      Instantiates a new CannotBeLoaded exception to halt querying of the next clients in the chain.
      Parameters:
      original - The original exception that triggered this exception.