Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.rest.handler.RestHandlerException
org.apache.flink.runtime.rest.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends RestHandlerException
A special exception that indicates that an element was not found and that the request should be answered with a 404 return code.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)