If an exception occurs on an application, you can use the following method to check whether the exception is caused by a code error or an Enterprise Distributed Application Service (EDAS) error.
Solution
Check the last part of the error stack trace. Then, you can determine whether the
code causes the application exception. For example, the last part of the error stack
is displayed as: Caused by: com.yourcompany.yourpack
.