Class ProcessingManifestReferenceException

All Implemented Interfaces:
Serializable

public class ProcessingManifestReferenceException extends ProcessingException
Define a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal error
See Also:
  • Constructor Details

    • ProcessingManifestReferenceException

      public ProcessingManifestReferenceException(String message, String manifestId, String unitGuid, String unitParentId)
    • ProcessingManifestReferenceException

      public ProcessingManifestReferenceException(String message, String manifestId, ExceptionType type)
  • Method Details

    • getManifestId

      public String getManifestId()
    • getUnitGuid

      public String getUnitGuid()
    • getUnitParentId

      public String getUnitParentId()
    • getType

      public ExceptionType getType()