Class WorkItemHandlerRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkItemHandlerRuntimeException
    extends java.lang.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String WORKITEMHANDLERTYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getInformationMap()  
      void setInformation​(java.lang.String informationName, java.lang.Object information)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • WORKITEMHANDLERTYPE

        public static final java.lang.String WORKITEMHANDLERTYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • WorkItemHandlerRuntimeException

        public WorkItemHandlerRuntimeException​(java.lang.Throwable cause,
                                               java.lang.String message)
      • WorkItemHandlerRuntimeException

        public WorkItemHandlerRuntimeException​(java.lang.Throwable cause)
    • Method Detail

      • setInformation

        public void setInformation​(java.lang.String informationName,
                                   java.lang.Object information)
      • getInformationMap

        public java.util.Map<java.lang.String,​java.lang.Object> getInformationMap()