Class NoDataProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sportradar.livedata.sdk.common.exceptions.SdkException
com.sportradar.livedata.sdk.proto.common.ProtocolException
com.sportradar.livedata.sdk.proto.common.NoDataProtocolException
- All Implemented Interfaces:
- Serializable
An 
ProtocolException derived class which is thrown when no data is available- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNoDataProtocolException(String message) Initializes a new instance of theNoDataProtocolExceptionclass.NoDataProtocolException(String message, Throwable cause) Initializes a new instance of theNoDataProtocolExceptionclass.NoDataProtocolException(Throwable cause) Initializes a new instance of theNoDataProtocolExceptionclass.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoDataProtocolExceptionInitializes a new instance of theNoDataProtocolExceptionclass.- Parameters:
- message- the detail message (which is saved for later retrieval by the- getMessage()method).
 
- 
NoDataProtocolExceptionInitializes a new instance of theNoDataProtocolExceptionclass.- Parameters:
- cause- the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
 
- 
NoDataProtocolExceptionInitializes a new instance of theNoDataProtocolExceptionclass.- Parameters:
- message- the detail message (which is saved for later retrieval by the- getMessage()method).
- cause- the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
 
 
-