org.apache.hadoop.hbase
Class ColumnNameParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.ColumnNameParseException
- All Implemented Interfaces:
- Serializable
public class ColumnNameParseException
- extends DoNotRetryIOException
Thrown if issue with passed column name.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ColumnNameParseException
public ColumnNameParseException()
- default constructor
ColumnNameParseException
public ColumnNameParseException(String message)
- Parameters:
message
-
Copyright © 2008 The Apache Software Foundation