Class CaseUpdateException

All Implemented Interfaces:
Serializable

public class CaseUpdateException extends AppException
This exception is used by the match engine updater to indicate that a case insert, case update, or case delete failed.
Since:
7.1
Author:
M. Sloof
See Also:
  • Constructor Details

    • CaseUpdateException

      public CaseUpdateException(ErrorCode code, String[] parameters)
    • CaseUpdateException

      public CaseUpdateException(ErrorMessage message)