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