Class AllClientsFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sedmelluq.discord.lavaplayer.tools.FriendlyException
dev.lavalink.youtube.AllClientsFailedException
All Implemented Interfaces:
Serializable

public class AllClientsFailedException extends com.sedmelluq.discord.lavaplayer.tools.FriendlyException
Thrown when all clients failed to load a track.
See Also:
  • Constructor Details

    • AllClientsFailedException

      public AllClientsFailedException(@NotNull @NotNull List<ClientException> suppressed)
      Parameters:
      suppressed - The exceptions that were caused client failures.
  • Method Details