Class SampleNotPresentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.accumulo.core.client.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:
  • Constructor Details

    • SampleNotPresentException

      public SampleNotPresentException(String message, Exception cause)
    • SampleNotPresentException

      public SampleNotPresentException(String message)
    • SampleNotPresentException

      public SampleNotPresentException()