Class WorkItemHandlerRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class WorkItemHandlerRuntimeException
    extends RuntimeException
    This exception provides extra information about the WorkItemHandler operation called to catchers of this exception. It is only meant to be thrown from a WorkItemHandler instance method.
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkItemHandlerRuntimeException

        public WorkItemHandlerRuntimeException​(Throwable cause,
                                               String message)
      • WorkItemHandlerRuntimeException

        public WorkItemHandlerRuntimeException​(Throwable cause)
    • Method Detail

      • setInformation

        public void setInformation​(String informationName,
                                   Object information)