Package org.apache.hadoop.hbase.filter
Class IncompatibleFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.filter.IncompatibleFilterException
- All Implemented Interfaces:
Serializable
Used to indicate a filter incompatibility
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionconstructorconstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
IncompatibleFilterException
public IncompatibleFilterException()constructor -
IncompatibleFilterException
constructor- Parameters:
s
- message
-