Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException
extends ConnectException
Indicates that an operation attempted to modify or delete a connector or task that is not present on the worker.
See Also:
Serialized Form
  • Constructor Details

    • NotFoundException

      public NotFoundException​(String s)
    • NotFoundException

      public NotFoundException​(String s, Throwable throwable)
    • NotFoundException

      public NotFoundException​(Throwable throwable)