Package org.apache.hadoop.hbase.ipc
Class CellScannerButNoCodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.ipc.CellScannerButNoCodecException
- All Implemented Interfaces:
Serializable
Thrown if a cellscanner but no codec to encode it with.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CellScannerButNoCodecException
public CellScannerButNoCodecException()
-