Class ProcessingNotFoundException

All Implemented Interfaces:
Serializable

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

    • ProcessingNotFoundException

      public ProcessingNotFoundException(String message, String manifestId, String guid, boolean validGuid, ExceptionType type, String taskKey)
      Parameters:
      message - associated message
      manifestId -
      guid -
  • Method Details

    • getManifestId

      public String getManifestId()
      Returns:
      the unit id
    • isValidGuid

      public boolean isValidGuid()
    • getType

      public ExceptionType getType()
    • getGuid

      public String getGuid()
    • getTaskKey

      public String getTaskKey()