public class MlflowHttpException extends MlflowClientException
Constructor and Description |
---|
MlflowHttpException(int statusCode,
String reasonPhrase) |
MlflowHttpException(int statusCode,
String reasonPhrase,
String bodyMessage) |
Modifier and Type | Method and Description |
---|---|
String |
getBodyMessage() |
String |
getReasonPhrase() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MlflowHttpException(int statusCode, String reasonPhrase)
Copyright © 2019. All rights reserved.