Hi guys,
I'm monitoring some server logs and there are quite a few NullPointerExceptions
. The logs contain the stacktrace and the cause from getCause.
The problem is that these NPEs do not contain a cause. In the JavaDocs it says that the cause is null when it's inexistent or unknown (not very helpful).
So my question is, has somebody run into these "causeless" NPEs? If so, which was the problem in that situation? I'm kinda lost here so any insight will be appreciated.