Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack trace is lost upon JAXB error #284

Open
jochenberger opened this issue Aug 22, 2017 · 0 comments
Open

Stack trace is lost upon JAXB error #284

jochenberger opened this issue Aug 22, 2017 · 0 comments

Comments

@jochenberger
Copy link
Contributor

In

throw new SardineException(e.getMessage(), statusLine.getStatusCode(), statusLine.getReasonPhrase());
, the original exception trace is lost. That makes it hard to debug the cause.
The only information I can get here is an error message: "com.github.sardine.impl.SardineException: Not a valid DAV response (207 Multistatus)".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants