Package io.pravega.client.stream
Class ReaderNotInReaderGroupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.pravega.client.stream.ReaderNotInReaderGroupException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReaderNotInReaderGroupException extends java.lang.Exception
Read was invoked on a reader that the reader group does not consider a member. This likely means the reader was declared dead by invokingReaderGroup.readerOffline(String, Position)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReaderNotInReaderGroupException(java.lang.String readerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getReaderId()
-