Package org.mlflow.tracking
Class MlflowClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mlflow.tracking.MlflowClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MlflowHttpException
Superclass of all exceptions thrown by the MlflowClient API.
- See Also:
-
Constructor Summary
ConstructorDescriptionMlflowClientException
(String message) MlflowClientException
(String message, Throwable cause) MlflowClientException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MlflowClientException
-
MlflowClientException
-
MlflowClientException
-