Uses of Class
com.sportradar.mbs.sdk.exceptions.SdkException
Packages that use SdkException
Package
Description
-
Uses of SdkException in com.sportradar.mbs.sdk.exceptions
Subclasses of SdkException in com.sportradar.mbs.sdk.exceptionsModifier and TypeClassDescriptionclass
Exception thrown when there is a failure in obtaining the authentication token.class
Represents an exception that is thrown when an invalid request is made to the protocol.class
Represents an exception that is thrown when the response received from the protocol is invalid.class
Exception thrown when a protocol message exceeds the maximum allowed size.class
Represents an exception that is thrown when the send buffer is full in the protocol.class
Represents an exception that is thrown when the protocol send fails.class
Represents an exception that is thrown when a response is not received in the configured time window.class
Exception thrown when the SDK is not connected or is disposed.class
Represents an exception that occurs when a server responds with an error.class
Represents an exception that occurs when there is a failure in establishing a WebSocket connection. -
Uses of SdkException in com.sportradar.mbs.sdk.internal.connection.msg
Methods in com.sportradar.mbs.sdk.internal.connection.msg that return SdkExceptionConstructors in com.sportradar.mbs.sdk.internal.connection.msg with parameters of type SdkException -
Uses of SdkException in com.sportradar.mbs.sdk.internal.protocol
Methods in com.sportradar.mbs.sdk.internal.protocol with parameters of type SdkException