Package io.pravega.client.stream
Class ConfigMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- io.pravega.client.stream.ConfigMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigMismatchException extends java.lang.IllegalArgumentException
ConfigMismatchException is thrown by theReaderGroupManager.createReaderGroup(String, ReaderGroupConfig)
API when the reader group already exists with a different configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigMismatchException(java.lang.String readerGroupScopedName, ReaderGroupConfig currentConfig)
-
-
-
Constructor Detail
-
ConfigMismatchException
public ConfigMismatchException(java.lang.String readerGroupScopedName, ReaderGroupConfig currentConfig)
-
-