Class ProcessingObjectGroupMasterMandatoryException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • ProcessingObjectGroupMasterMandatoryException

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

        public ProcessingObjectGroupMasterMandatoryException​(java.lang.Throwable cause,
                                                             java.lang.String objectGroupId)
      • ProcessingObjectGroupMasterMandatoryException

        public ProcessingObjectGroupMasterMandatoryException​(java.lang.String message,
                                                             java.lang.String objectGroupId)