Class ProcessingUnitLinkingException

All Implemented Interfaces:
Serializable

public class ProcessingUnitLinkingException extends ProcessingException
Define a Processing Exception to be thrown when an error occurred, not a fatal error
See Also:
  • Constructor Details

    • ProcessingUnitLinkingException

      public ProcessingUnitLinkingException(String message, String manifestId, UnitType unitType, UnitType ingestType)
  • Method Details

    • getManifestId

      public String getManifestId()
    • getUnitType

      public UnitType getUnitType()
    • getIngestType

      public UnitType getIngestType()