Re: Propagating TableNotFoundException in TableOperations API

2025-06-24 Thread Christopher
On Tue, Jun 10, 2025 at 7:52 PM Dave Marion wrote: > > I made a comment regarding the TableNotFoundException hierarchy at [0]. I > don't understand why our specific exceptions (TNFE for example) don't > extend AccumuloException. If the hierarchy is changed in our Exception Mainly because it's a b

Re: Propagating TableNotFoundException in TableOperations API

2025-06-10 Thread Dave Marion
I made a comment regarding the TableNotFoundException hierarchy at [0]. I don't understand why our specific exceptions (TNFE for example) don't extend AccumuloException. If the hierarchy is changed in our Exception classes, then the signatures of the other methods don't need to be changed. Calling