Class CompressionTypeNotSupportedException

  • All Implemented Interfaces:
    Serializable

    public class CompressionTypeNotSupportedException
    extends RuntimeException
    This exception will be thrown when the codec is not supported by tsfile, meaning there is no matching type defined in CompressionCodecName.
    See Also:
    Serialized Form
    • Constructor Detail

      • CompressionTypeNotSupportedException

        public CompressionTypeNotSupportedException​(String codecType)
    • Method Detail

      • getCodecClass

        public Class<?> getCodecClass()