HBASE-19434 create_namespace command for existing namespace does not throw useful error message
This commit is contained in:
parent
d2ffd5d7ed
commit
b682ea7c8a
|
@ -32,6 +32,6 @@ public class NamespaceExistException extends DoNotRetryIOException {
|
|||
}
|
||||
|
||||
public NamespaceExistException(String namespace) {
|
||||
super(namespace);
|
||||
super("Namespace " + namespace + " already exists");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue