Package org.mlflow.tracking
Class MlflowHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mlflow.tracking.MlflowClientException
org.mlflow.tracking.MlflowHttpException
- All Implemented Interfaces:
Serializable
Returned when an HTTP API request to a remote Tracking service returns an error code.
- See Also:
-
Constructor Summary
ConstructorDescriptionMlflowHttpException
(int statusCode, String reasonPhrase) MlflowHttpException
(int statusCode, String reasonPhrase, String bodyMessage) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MlflowHttpException
-
MlflowHttpException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getReasonPhrase
-
getBodyMessage
-