BIP2917
Severity
20 : Error
Message
A call to the Java method <insert_1> with parameters <insert_3> failed because a Java Exception occured. The Java Exception information is <insert_2>.
Explanation
An attempt was made to invoke the Java method <insert_1>, but the method threw an exception. This is normally due to a coding error in the Java method or an error in the JVM (such as Out of Memory). The Java exception information was <insert_2>. The parameters passed into the method were <insert_3>.
Response
Examine and correct the Java method