public class NamespaceNotFoundException extends Exception
Constructor and Description |
---|
NamespaceNotFoundException(String namespaceId,
String namespaceName,
String description) |
NamespaceNotFoundException(String namespaceId,
String namespaceName,
String description,
Throwable cause) |
NamespaceNotFoundException(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e) |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NamespaceNotFoundException(String namespaceId, String namespaceName, String description)
namespaceId
- the internal id of the namespace that was soughtnamespaceName
- the visible name of the namespace that was soughtdescription
- the specific reason why it failedpublic NamespaceNotFoundException(String namespaceId, String namespaceName, String description, Throwable cause)
namespaceId
- the internal id of the namespace that was soughtnamespaceName
- the visible name of the namespace that was soughtdescription
- the specific reason why it failedcause
- the exception that caused this failurepublic NamespaceNotFoundException(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e)
e
- constructs an exception from a thrift exceptionpublic String getNamespaceName()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.