Class SampleNotPresentException

  • All Implemented Interfaces:
    Serializable

    public class SampleNotPresentException
    extends RuntimeException
    Exception thrown when a table does not have sampling configured or when sampling is configured but it differs from what was requested.
    Since:
    1.8.0
    See Also:
    Serialized Form
    • Constructor Detail

      • SampleNotPresentException

        public SampleNotPresentException​(String message,
                                         Exception cause)
      • SampleNotPresentException

        public SampleNotPresentException​(String message)
      • SampleNotPresentException

        public SampleNotPresentException()