BIP2917

Severity

20 : Error

Message

A call to the Java method '<insert_0>' with parameters '<insert_2>' failed because a Java Exception occured. The Java Exception information is '<insert_1>'.

Explanation

An attempt was made to invoke the Java method '<insert_0>', 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_1>'. The parameters passed into the method were '<insert_2>'.

Response

Examine and correct the Java method