org.apache.hadoop.hbase
Class ValueOverMaxLengthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.DoNotRetryIOException
                  extended by org.apache.hadoop.hbase.ValueOverMaxLengthException
All Implemented Interfaces:
Serializable

public class ValueOverMaxLengthException
extends DoNotRetryIOException

Thrown when a value is longer than the specified LENGTH

See Also:
Serialized Form

Constructor Summary
ValueOverMaxLengthException()
          default constructor
ValueOverMaxLengthException(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

ValueOverMaxLengthException

public ValueOverMaxLengthException()
default constructor


ValueOverMaxLengthException

public ValueOverMaxLengthException(String message)
Parameters:
message -


Copyright © 2009 The Apache Software Foundation