Package org.apache.accumulo.core.client
Class NamespaceExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.NamespaceExistsException
- All Implemented Interfaces:
Serializable
Thrown when the namespace specified already exists, and it was expected that it didn't
- See Also:
-
Constructor Summary
ConstructorDescriptionNamespaceExistsException
(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) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NamespaceExistsException
- Parameters:
namespaceId
- the internal id of the namespace that existsnamespaceName
- the visible name of the namespace that existsdescription
- the specific reason why it failed
-
NamespaceExistsException
public NamespaceExistsException(String namespaceId, String namespaceName, String description, Throwable cause) - Parameters:
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 failure
-
NamespaceExistsException
public NamespaceExistsException(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e) - Parameters:
e
- constructs an exception from a thrift exception
-