Package org.apache.accumulo.core.client
Class NamespaceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.NamespaceNotFoundException
- All Implemented Interfaces:
- Serializable
Thrown when the namespace specified doesn't exist when it was expected to
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNamespaceNotFoundException(String namespaceId, String namespaceName, String description) NamespaceNotFoundException(String namespaceId, String namespaceName, String description, Throwable cause) NamespaceNotFoundException(org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException e) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NamespaceNotFoundException- Parameters:
- namespaceId- the internal id of the namespace that was sought
- namespaceName- the visible name of the namespace that was sought
- description- the specific reason why it failed
 
- 
NamespaceNotFoundExceptionpublic NamespaceNotFoundException(String namespaceId, String namespaceName, String description, Throwable cause) - Parameters:
- namespaceId- the internal id of the namespace that was sought
- namespaceName- the visible name of the namespace that was sought
- description- the specific reason why it failed
- cause- the exception that caused this failure
 
- 
NamespaceNotFoundExceptionpublic NamespaceNotFoundException(org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException e) - Parameters:
- e- constructs an exception from a thrift exception
 
 
- 
- 
Method Details- 
getNamespaceName- Returns:
- the name of the namespace sought
 
 
-