Class InvalidNullByteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.frame.write.InvalidNullByteException
All Implemented Interfaces:
Serializable

public class InvalidNullByteException extends RuntimeException
Exception thrown by FrameWriterUtils.copyByteBufferToMemory(java.nio.ByteBuffer, org.apache.datasketches.memory.WritableMemory, long, int, boolean, boolean) if configured to check for null bytes and a null byte is encountered.
See Also: