Custom activity exceptions and BPMAdapterException

The custom activity Java Beans may throw a BPMAdapterException or any exception. A BPMAdapterException is reported to the IPA logs with just the message. Any other exception is reported to the IPA so it can be handled based on the On Error settings.

com.lawson.bpm.adapter.sdk

Class BPMAdapterException

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
          +--com.lawson.bpm.adapter.sdk.BPMAdapterException

All implemented interfaces:

java.io.Serializable

Construction summary
BPMAdapterException(java.lang.String message)