Package io.pravega.client.stream
Class ReaderGroupNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- io.pravega.client.stream.ReaderGroupNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReaderGroupNotFoundException extends java.lang.IllegalArgumentException
ReaderGroupNotFoundException is thrown byReaderGroupManager.getReaderGroup(String)
API when the provided reader group does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReaderGroupNotFoundException(java.lang.String readerGroupScopedName)
ReaderGroupNotFoundException(java.lang.String readerGroupScopedName, java.lang.Throwable e)
-