Package discord4j.gateway.retry
Class PartialDisconnectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- discord4j.gateway.retry.GatewayException
-
- discord4j.gateway.retry.PartialDisconnectException
-
- All Implemented Interfaces:
Serializable
public class PartialDisconnectException extends GatewayException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartialDisconnectException(ContextView context)
-
Method Summary
-
Methods inherited from class discord4j.gateway.retry.GatewayException
getContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PartialDisconnectException
public PartialDisconnectException(ContextView context)
-
-