org.apache.hadoop.hbase
Class TableExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.TableExistsException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class TableExistsException
- extends DoNotRetryIOException
Thrown when a table exists but should not
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TableExistsException
public TableExistsException()
- default constructor
TableExistsException
public TableExistsException(String s)
- Constructor
- Parameters:
s
- message
TableExistsException
public TableExistsException(TableName t)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.