Class GDClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.alex1304.jdash.exception.GDClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadResponseException
,CorruptedResponseContentException
,MissingAccessException
,NoTimelyAvailableException
,SongNotAllowedForUseException
,UserSearchDataNotFoundException
public class GDClientException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GDClientException()
GDClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GDClientException
public GDClientException()
-
GDClientException
public GDClientException(Throwable cause)
-
-