@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, toStringpublic TableNotFoundException()
public TableNotFoundException(String s)
s - messagepublic TableNotFoundException(byte[] tableName)
public TableNotFoundException(TableName tableName)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.