Class SdkNotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.mbs.sdk.exceptions.SdkException
com.sportradar.mbs.sdk.exceptions.SdkNotConnectedException
- All Implemented Interfaces:
Serializable
Exception thrown when the SDK is not connected or is disposed.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new SdkNotConnectedException with no specified detail message.Constructs a new SdkNotConnectedException with the specified detail message and cause. -
Method Summary
Methods inherited from class com.sportradar.mbs.sdk.exceptions.SdkException
getCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SdkNotConnectedException
public SdkNotConnectedException()Constructs a new SdkNotConnectedException with no specified detail message. -
SdkNotConnectedException
Constructs a new SdkNotConnectedException with the specified detail message and cause.- Parameters:
cause
- the cause of the exception
-