Package org.apache.accumulo.core.client
Class SampleNotPresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.accumulo.core.client.SampleNotPresentException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructorsConstructorDescriptionSampleNotPresentException(String message) SampleNotPresentException(String message, Exception cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SampleNotPresentException
- 
SampleNotPresentException
- 
SampleNotPresentExceptionpublic SampleNotPresentException()
 
-