Skip to content

Make troubleshooting/debugging custom accessTokenCallbackClass possible - #2989

Open
funkyjive wants to merge 1 commit into
microsoft:mainfrom
funkyjive:FIX_CUSTOM_AUTH_EXCEPTION
Open

Make troubleshooting/debugging custom accessTokenCallbackClass possible#2989
funkyjive wants to merge 1 commit into
microsoft:mainfrom
funkyjive:FIX_CUSTOM_AUTH_EXCEPTION

Conversation

@funkyjive

Copy link
Copy Markdown
Contributor

When troubleshooting a problem with a custom accessTokenCallbackClass the relevant exception may be missed because of a call to getCause(). If the exception doesn't have a cause exception, it will leave no chained exception to the SQLServerException(), effectively eliminating effective troubleshooting information. If it does have a cause exception, it should still be listed as the logging prints out the stack trace will all the caused by traces.

…, the relevant exception may be missed because of a call to getCause(). If the exception doesn't have a cause exception, it will leave no chained exception to the SQLServerException(), effectively eliminating effective troubleshooting information. If it does have a cause exception, it should still be listed as the logging prints out the stack trace will all the caused by traces.
@github-project-automation github-project-automation Bot moved this to In progress in MSSQL JDBC Jul 17, 2026
@machavan
machavan requested a review from divang July 17, 2026 11:16
@divang divang self-assigned this Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

2 participants