@InterfaceAudience.Public @InterfaceStability.Stable public class TableNotFoundException extends DoNotRetryIOException
Constructor and Description |
---|
TableNotFoundException()
default constructor
|
TableNotFoundException(byte[] tableName) |
TableNotFoundException(String s) |
TableNotFoundException(TableName tableName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TableNotFoundException()
public TableNotFoundException(String s)
s
- messagepublic TableNotFoundException(byte[] tableName)
public TableNotFoundException(TableName tableName)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.