shoothzj commented on PR #4327:
URL: https://github.com/apache/bookkeeper/pull/4327#issuecomment-2131136213
@hangc0276 If we print exception, what information we need? I see the
constructor of `new LedgerFencedException` with no other information :)
```java
public static BookieException create(int code) {
switch(code) {
case Code.UnauthorizedAccessException:
return new BookieUnauthorizedAccessException();
case Code.LedgerFencedException:
return new LedgerFencedException();
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]