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
public class NotFoundException extends RestHandlerException
A special exception that indicates that an element was not found and that the request should be answered with a404
return code.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.handler.RestHandlerException
RestHandlerException.LoggingBehavior
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String message)
NotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.rest.handler.RestHandlerException
getHttpResponseStatus, logException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-