Package dev.lavalink.youtube
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sedmelluq.discord.lavaplayer.tools.FriendlyException
com.sedmelluq.discord.lavaplayer.tools.FriendlyException.Severity -
Field Summary
Fields inherited from class com.sedmelluq.discord.lavaplayer.tools.FriendlyException
severity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AllClientsFailedException
- Parameters:
suppressed- The exceptions that were caused client failures.
-
-
Method Details
-
getClientExceptions
-