org.apache.hadoop.hbase.io.encoding
Class EncoderBufferTooSmallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.io.encoding.EncoderBufferTooSmallException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
public class EncoderBufferTooSmallException
- extends RuntimeException
Internal error which indicates a bug in a data block encoding algorithm.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EncoderBufferTooSmallException
public EncoderBufferTooSmallException(String message)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.