Class ProtocolMessageTooBigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.mbs.sdk.exceptions.SdkException
com.sportradar.mbs.sdk.exceptions.ProtocolMessageTooBigException
- All Implemented Interfaces:
Serializable
Exception thrown when a protocol message exceeds the maximum allowed size.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new ProtocolMessageTooBigException with a default error message. -
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
-
ProtocolMessageTooBigException
public ProtocolMessageTooBigException()Constructs a new ProtocolMessageTooBigException with a default error message.
-