Class NamespaceNotEmptyException

    • Constructor Detail

      • NamespaceNotEmptyException

        public NamespaceNotEmptyException​(String namespaceId,
                                          String namespaceName,
                                          String description)
        Parameters:
        namespaceId - the internal id of the namespace
        namespaceName - the visible name of the namespace
        description - the specific reason why it failed
      • NamespaceNotEmptyException

        public NamespaceNotEmptyException​(String namespaceId,
                                          String namespaceName,
                                          String description,
                                          Throwable cause)
        Parameters:
        namespaceId - the internal id of the namespace
        namespaceName - the visible name of the namespace
        description - the specific reason why it failed
        cause - the exception that caused this failure
      • NamespaceNotEmptyException

        public NamespaceNotEmptyException​(ThriftTableOperationException e)
        Parameters:
        e - constructs an exception from a thrift exception
    • Method Detail

      • getNamespaceName

        public String getNamespaceName()
        Returns:
        the name of the namespace