Class InvalidSpecificCaseException

All Implemented Interfaces:
Serializable

public class InvalidSpecificCaseException extends ProcessException
This exception is thrown when an AQ_ThrowMessageEvent specifies a case id, but the case cannot be found in the database waiting for the message event
Since:
9.6
Author:
Radu Batori
See Also:
  • Constructor Details

    • InvalidSpecificCaseException

      public InvalidSpecificCaseException(Long caseId, String messageEvent)
  • Method Details

    • getCaseId

      public Long getCaseId()