类 ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.feiliu.taskflow.open.exceptions.TaskflowClientException
-
- cn.feiliu.taskflow.open.exceptions.ApiException
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
ConflictException,NotFoundException
public class ApiException extends TaskflowClientException
- 从以下版本开始:
- 2024-05-20
- 作者:
- SHOUSHEN.LUAN
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ApiException(int httpCode, String message)ApiException(String message)ApiException(String message, int statusCode, Map<String,List<String>> headers)ApiException(String message, int httpStatus, Map<String,List<String>> headers, TaskflowErrorInformation taskflowErrorInformation)ApiException(String message, Exception e, int statusCode, Map<String,List<String>> headers)ApiException(Throwable throwable)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetMessage()
-
-
-
构造器详细资料
-
ApiException
public ApiException(Throwable throwable)
-
ApiException
public ApiException(String message)
-
ApiException
public ApiException(String message, int httpStatus, Map<String,List<String>> headers, TaskflowErrorInformation taskflowErrorInformation)
-
ApiException
public ApiException(String message, Exception e, int statusCode, Map<String,List<String>> headers)
-
ApiException
public ApiException(String message, int statusCode, Map<String,List<String>> headers)
-
ApiException
public ApiException(int httpCode, String message)
-
-
方法详细资料
-
getMessage
public String getMessage()
- 覆盖:
getMessage在类中TaskflowClientException
-
-