Class ProcessingUnitLinkingException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • ProcessingUnitLinkingException

        public ProcessingUnitLinkingException​(java.lang.String message,
                                              java.lang.String manifestId,
                                              UnitType unitType,
                                              UnitType ingestType)
    • Method Detail

      • getManifestId

        public java.lang.String getManifestId()
      • getUnitType

        public UnitType getUnitType()
      • getIngestType

        public UnitType getIngestType()