Class RestClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.rest.util.RestClientException
-
- All Implemented Interfaces:
Serializable
public class RestClientException extends org.apache.flink.util.FlinkException
An exception that is thrown if the failure of a REST operation was detected on the client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestClientException(String message, Throwable cause, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus)
RestClientException(String message, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus
getHttpResponseStatus()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RestClientException
public RestClientException(String message, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus)
-
-