Class ProcessingObjectGroupMasterMandatoryException

All Implemented Interfaces:
Serializable

public class ProcessingObjectGroupMasterMandatoryException extends ProcessingException
Define a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal error
See Also:
  • Constructor Details

    • ProcessingObjectGroupMasterMandatoryException

      public ProcessingObjectGroupMasterMandatoryException(String message, Throwable cause, String objectGroupId)
    • ProcessingObjectGroupMasterMandatoryException

      public ProcessingObjectGroupMasterMandatoryException(Throwable cause, String objectGroupId)
    • ProcessingObjectGroupMasterMandatoryException

      public ProcessingObjectGroupMasterMandatoryException(String message, String objectGroupId)
  • Method Details