Package org.apache.flink.runtime.rest
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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.handler.RestHandlerException
RestHandlerException.LoggingBehavior -
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message) NotFoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.flink.runtime.rest.handler.RestHandlerException
getHttpResponseStatus, logExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
-
NotFoundException
-