Class ProtocolInvalidResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.mbs.sdk.exceptions.SdkException
com.sportradar.mbs.sdk.exceptions.ProtocolInvalidResponseException
- All Implemented Interfaces:
Serializable
Represents an exception that is thrown when the response received from the protocol is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionProtocolInvalidResponseException
(String content) Initializes a new instance of theProtocolInvalidResponseException
class with the specified content. -
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
-
ProtocolInvalidResponseException
Initializes a new instance of theProtocolInvalidResponseException
class with the specified content.- Parameters:
content
- The content of the invalid response.
-