public class NamespaceNotEmptyException extends Exception
Constructor and Description |
---|
NamespaceNotEmptyException(String namespaceId,
String namespaceName,
String description) |
NamespaceNotEmptyException(String namespaceId,
String namespaceName,
String description,
Throwable cause) |
NamespaceNotEmptyException(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 NamespaceNotEmptyException(String namespaceId, String namespaceName, String description)
namespaceId
- the internal id of the namespacenamespaceName
- the visible name of the namespacedescription
- the specific reason why it failedpublic NamespaceNotEmptyException(String namespaceId, String namespaceName, String description, Throwable cause)
namespaceId
- the internal id of the namespacenamespaceName
- the visible name of the namespacedescription
- the specific reason why it failedcause
- the exception that caused this failurepublic NamespaceNotEmptyException(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.