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:
  • Constructor Details Link icon

    • NotFoundException Link icon

      public NotFoundException(String s)
    • NotFoundException Link icon

      public NotFoundException(String s, Throwable throwable)
    • NotFoundException Link icon

      public NotFoundException(Throwable throwable)