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 Summary
ConstructorDescriptionSampleNotPresentException
(String message) SampleNotPresentException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SampleNotPresentException
-
SampleNotPresentException
-
SampleNotPresentException
public SampleNotPresentException()
-