public class DLIException extends Exception
Constructor and Description |
---|
DLIException() |
DLIException(com.huawei.dli.restapi.ApiException e) |
DLIException(int code,
String message) |
DLIException(String message) |
DLIException(String message,
int code,
String responseBody) |
DLIException(String message,
Throwable cause) |
DLIException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getResponseBody() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DLIException()
public DLIException(String message)
public DLIException(Throwable cause)
public DLIException(com.huawei.dli.restapi.ApiException e)
public DLIException(int code, String message)
public int getCode()
public String getResponseBody()
Copyright © 2023. All rights reserved.