org.apache.hadoop.hbase.io.encoding
Class EncoderBufferTooSmallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
EncoderBufferTooSmallException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncoderBufferTooSmallException

public EncoderBufferTooSmallException(String message)


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.