Class ExecutionNotFound

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExecutionNotFound
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionNotFound​(java.lang.String message, java.lang.String executionId, java.lang.String project)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExecutionId()  
      java.lang.String getProject()  
      • 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

      • ExecutionNotFound

        public ExecutionNotFound​(java.lang.String message,
                                 java.lang.String executionId,
                                 java.lang.String project)
    • Method Detail

      • getExecutionId

        public java.lang.String getExecutionId()
      • getProject

        public java.lang.String getProject()