Class ProcessingNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ProcessingNotFoundException​(java.lang.String message, java.lang.String manifestId, java.lang.String guid, boolean validGuid, ExceptionType type, java.lang.String taskKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGuid()  
      java.lang.String getManifestId()  
      java.lang.String getTaskKey()  
      ExceptionType getType()  
      boolean isValidGuid()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessingNotFoundException

        public ProcessingNotFoundException​(java.lang.String message,
                                           java.lang.String manifestId,
                                           java.lang.String guid,
                                           boolean validGuid,
                                           ExceptionType type,
                                           java.lang.String taskKey)
        Parameters:
        message - associated message
        manifestId -
        guid -
    • Method Detail

      • getManifestId

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

        public boolean isValidGuid()
      • getGuid

        public java.lang.String getGuid()
      • getTaskKey

        public java.lang.String getTaskKey()