Class ExecNotFoundException

All Implemented Interfaces:
Serializable

public class ExecNotFoundException extends NotFoundException
See Also:
  • Field Details

    • execId

      private final String execId
  • Constructor Details

    • ExecNotFoundException

      public ExecNotFoundException(String execId, Throwable cause)
    • ExecNotFoundException

      public ExecNotFoundException(String execId)
  • Method Details

    • getExecId

      public String getExecId()