Class UnknownCaseEventException

All Implemented Interfaces:
Serializable

public class UnknownCaseEventException extends ProcessException
Thrown when a case event could not be found.
Since:
9.6.0
Author:
Petru Galanton
See Also:
  • Constructor Details

    • UnknownCaseEventException

      public UnknownCaseEventException(long eventId)
      Parameters:
      eventId - the id of the case event which could not be found
  • Method Details

    • getEventId

      public long getEventId()
      Returns:
      The case event ID which could not be found.