Package io.confluent.parallelconsumer
Class EncodingNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.parallelconsumer.EncodingNotSupportedException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BitSetEncodingNotSupportedException,RunlengthV1EncodingNotSupported
public class EncodingNotSupportedException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EncodingNotSupportedException(java.lang.String message) -
Method Summary
-
Constructor Details
-
EncodingNotSupportedException
public EncodingNotSupportedException(java.lang.String message)
-