org.apache.hadoop.hbase
Class ValueOverMaxLengthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.DoNotRetryIOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValueOverMaxLengthException
public ValueOverMaxLengthException()
- default constructor
ValueOverMaxLengthException
public ValueOverMaxLengthException(String message)
- Parameters:
message
-
Copyright © 2009 The Apache Software Foundation