Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractException - Exception Class in tech.xmagic.exception
-
统一异常基类(包含异常类,业务失败类,验证类等) 基于普通异常 错误分为两级提示 msg:异常的提示信息 err:异常详细信息
- AbstractException(int, String) - Constructor for exception class tech.xmagic.exception.AbstractException
-
完整的异常(无错误详情,无标签)
- AbstractException(int, String, String) - Constructor for exception class tech.xmagic.exception.AbstractException
-
完整的异常(无标签)
- AbstractException(int, String, String, String) - Constructor for exception class tech.xmagic.exception.AbstractException
-
完整的异常
- AbstractException(ResultCode) - Constructor for exception class tech.xmagic.exception.AbstractException
-
完整的异常(无错误详情,无标签)
- AbstractException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.AbstractException
-
完整的异常(无标签)
- AbstractException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.AbstractException
-
完整的异常
- AbstractRuntimeException - Exception Class in tech.xmagic.exception
-
基于运行时异常 统一异常基类(包含异常类,业务失败类,验证类等) 错误分为两级提示 msg:错误的简单提示 message:详细的错误提示内容
- AbstractRuntimeException(int, String) - Constructor for exception class tech.xmagic.exception.AbstractRuntimeException
-
完整的异常(无错误详情,无标签)
- AbstractRuntimeException(int, String, String) - Constructor for exception class tech.xmagic.exception.AbstractRuntimeException
-
完整的异常(无标签)
- AbstractRuntimeException(int, String, String, String) - Constructor for exception class tech.xmagic.exception.AbstractRuntimeException
-
完整的异常
- AbstractRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.AbstractRuntimeException
-
完整的异常(无错误详情,无标签)
- AbstractRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.AbstractRuntimeException
-
完整的异常(无标签)
- AbstractRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.AbstractRuntimeException
-
完整的异常
- API_DUBBO_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_DUBBO_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_DUBBO_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_DUBBO_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
-
ApiException
- API_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
ApiException
- API_FEIGN_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_FEIGN_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_FEIGN_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_FEIGN_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_FOREST_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_FOREST_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_FOREST_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_FOREST_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_GRPC_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_GRPC_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_GRPC_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_GRPC_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_HTTP_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_HTTP_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_HTTP_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_HTTP_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_LOCAL_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_LOCAL_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_LOCAL_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_LOCAL_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_NATIVE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_NATIVE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_NATIVE_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_NATIVE_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_REMOTE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_REMOTE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_REMOTE_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_REMOTE_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_RPC_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- API_RPC_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_RPC_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_RPC_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- API_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- API_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- ApiException - Exception Class in tech.xmagic.exception.api
-
接口调用错误
- ApiException() - Constructor for exception class tech.xmagic.exception.api.ApiException
- ApiException(String) - Constructor for exception class tech.xmagic.exception.api.ApiException
- ApiException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiException
- ApiException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.ApiException
- ApiException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.ApiException
- ApiException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.ApiException
- ApiLocalException - Exception Class in tech.xmagic.exception.api
-
本地接口调用错误
- ApiLocalException() - Constructor for exception class tech.xmagic.exception.api.ApiLocalException
- ApiLocalException(String) - Constructor for exception class tech.xmagic.exception.api.ApiLocalException
- ApiLocalException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiLocalException
- ApiLocalRuntimeException - Exception Class in tech.xmagic.exception.api
-
本地接口调用错误
- ApiLocalRuntimeException() - Constructor for exception class tech.xmagic.exception.api.ApiLocalRuntimeException
- ApiLocalRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiLocalRuntimeException
- ApiLocalRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiLocalRuntimeException
- ApiNativeException - Exception Class in tech.xmagic.exception.api
-
原生接口调用错误
- ApiNativeException() - Constructor for exception class tech.xmagic.exception.api.ApiNativeException
- ApiNativeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiNativeException
- ApiNativeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiNativeException
- ApiNativeRuntimeException - Exception Class in tech.xmagic.exception.api
-
原生接口调用错误
- ApiNativeRuntimeException() - Constructor for exception class tech.xmagic.exception.api.ApiNativeRuntimeException
- ApiNativeRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiNativeRuntimeException
- ApiNativeRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiNativeRuntimeException
- ApiRemoteException - Exception Class in tech.xmagic.exception.api
-
远程接口调用错误
- ApiRemoteException() - Constructor for exception class tech.xmagic.exception.api.ApiRemoteException
- ApiRemoteException(String) - Constructor for exception class tech.xmagic.exception.api.ApiRemoteException
- ApiRemoteException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiRemoteException
- ApiRemoteRuntimeException - Exception Class in tech.xmagic.exception.api
-
远程接口调用错误
- ApiRemoteRuntimeException() - Constructor for exception class tech.xmagic.exception.api.ApiRemoteRuntimeException
- ApiRemoteRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiRemoteRuntimeException
- ApiRemoteRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiRemoteRuntimeException
- ApiRpcException - Exception Class in tech.xmagic.exception.api
-
RPC接口调用错误
- ApiRpcException() - Constructor for exception class tech.xmagic.exception.api.ApiRpcException
- ApiRpcException(String) - Constructor for exception class tech.xmagic.exception.api.ApiRpcException
- ApiRpcException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiRpcException
- ApiRpcRuntimeException - Exception Class in tech.xmagic.exception.api
-
RPC接口调用错误
- ApiRpcRuntimeException() - Constructor for exception class tech.xmagic.exception.api.ApiRpcRuntimeException
- ApiRpcRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiRpcRuntimeException
- ApiRpcRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiRpcRuntimeException
- ApiRuntimeException - Exception Class in tech.xmagic.exception.api
-
接口调用错误
- ApiRuntimeException() - Constructor for exception class tech.xmagic.exception.api.ApiRuntimeException
- ApiRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiRuntimeException
- ApiRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiRuntimeException
- ApiRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.ApiRuntimeException
- ApiRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.ApiRuntimeException
- ApiRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.ApiRuntimeException
- ApiTimeoutException - Exception Class in tech.xmagic.exception.api
-
接口调用超时
- ApiTimeoutException() - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutException
- ApiTimeoutException(String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutException
- ApiTimeoutException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutException
- ApiTimeoutException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutException
- ApiTimeoutException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutException
- ApiTimeoutException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutException
- ApiTimeoutRuntimeException - Exception Class in tech.xmagic.exception.api
-
接口调用超时
- ApiTimeoutRuntimeException() - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutRuntimeException
- ApiTimeoutRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutRuntimeException
- ApiTimeoutRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutRuntimeException
- ApiTimeoutRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutRuntimeException
- ApiTimeoutRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutRuntimeException
- ApiTimeoutRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.ApiTimeoutRuntimeException
C
- CustomException - Exception Class in tech.xmagic.exception
-
自定义异常
- CustomException(int, String) - Constructor for exception class tech.xmagic.exception.CustomException
- CustomException(int, String, String) - Constructor for exception class tech.xmagic.exception.CustomException
- CustomException(int, String, String, String) - Constructor for exception class tech.xmagic.exception.CustomException
- CustomException(ResultCode) - Constructor for exception class tech.xmagic.exception.CustomException
- CustomException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.CustomException
- CustomException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.CustomException
- CustomRuntimeException - Exception Class in tech.xmagic.exception
-
自定义运行时异常
- CustomRuntimeException(int, String) - Constructor for exception class tech.xmagic.exception.CustomRuntimeException
- CustomRuntimeException(int, String, String) - Constructor for exception class tech.xmagic.exception.CustomRuntimeException
- CustomRuntimeException(int, String, String, String) - Constructor for exception class tech.xmagic.exception.CustomRuntimeException
- CustomRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.CustomRuntimeException
- CustomRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.CustomRuntimeException
- CustomRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.CustomRuntimeException
D
- DATA_DELETE_FAILURE - Enum constant in enum class tech.xmagic.enums.RC
- DATA_DELETE_FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DATA_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- DATA_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DATA_FAILURE - Enum constant in enum class tech.xmagic.enums.RC
-
DataException 数据错误
- DATA_FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
DataException 数据错误
- DATA_INSERT_FAILURE - Enum constant in enum class tech.xmagic.enums.RC
- DATA_INSERT_FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DATA_NOT_EXIST - Enum constant in enum class tech.xmagic.enums.RC
- DATA_NOT_EXIST - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DATA_QUERY_FAILURE - Enum constant in enum class tech.xmagic.enums.RC
- DATA_QUERY_FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DATA_UPDATE_FAILURE - Enum constant in enum class tech.xmagic.enums.RC
- DATA_UPDATE_FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DATABASE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- DATABASE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- DataBaseException - Exception Class in tech.xmagic.exception.sys
-
数据库错误
- DataBaseException() - Constructor for exception class tech.xmagic.exception.sys.DataBaseException
- DataBaseException(String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseException
- DataBaseException(String, String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseException
- DataBaseException(ResultCode) - Constructor for exception class tech.xmagic.exception.sys.DataBaseException
- DataBaseException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseException
- DataBaseException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseException
- DataBaseRuntimeException - Exception Class in tech.xmagic.exception.sys
-
数据库错误
- DataBaseRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.DataBaseRuntimeException
- DataBaseRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseRuntimeException
- DataBaseRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseRuntimeException
- DataBaseRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.sys.DataBaseRuntimeException
- DataBaseRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseRuntimeException
- DataBaseRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.sys.DataBaseRuntimeException
- DataException - Exception Class in tech.xmagic.exception.data
-
数据操作失败
- DataException() - Constructor for exception class tech.xmagic.exception.data.DataException
- DataException(String) - Constructor for exception class tech.xmagic.exception.data.DataException
- DataException(String, String) - Constructor for exception class tech.xmagic.exception.data.DataException
- DataException(ResultCode) - Constructor for exception class tech.xmagic.exception.data.DataException
- DataException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.data.DataException
- DataException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.data.DataException
- DataRuntimeException - Exception Class in tech.xmagic.exception.data
-
数据操作失败
- DataRuntimeException() - Constructor for exception class tech.xmagic.exception.data.DataRuntimeException
- DataRuntimeException(String) - Constructor for exception class tech.xmagic.exception.data.DataRuntimeException
- DataRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.data.DataRuntimeException
- DataRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.data.DataRuntimeException
- DataRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.data.DataRuntimeException
- DataRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.data.DataRuntimeException
E
- EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
F
- FAILURE - Enum constant in enum class tech.xmagic.enums.RC
-
FailureException 操作失败
- FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
FailureException 操作失败
- FailureException - Exception Class in tech.xmagic.exception.failure
-
操作失败
- FailureException() - Constructor for exception class tech.xmagic.exception.failure.FailureException
- FailureException(String) - Constructor for exception class tech.xmagic.exception.failure.FailureException
- FailureException(String, String) - Constructor for exception class tech.xmagic.exception.failure.FailureException
- FailureException(ResultCode) - Constructor for exception class tech.xmagic.exception.failure.FailureException
- FailureException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.failure.FailureException
- FailureException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.failure.FailureException
- FailureRuntimeException - Exception Class in tech.xmagic.exception.failure
-
操作失败
- FailureRuntimeException() - Constructor for exception class tech.xmagic.exception.failure.FailureRuntimeException
- FailureRuntimeException(String) - Constructor for exception class tech.xmagic.exception.failure.FailureRuntimeException
- FailureRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.failure.FailureRuntimeException
- FailureRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.failure.FailureRuntimeException
- FailureRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.failure.FailureRuntimeException
- FailureRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.failure.FailureRuntimeException
- ForbiddenException - Exception Class in tech.xmagic.exception.http
-
未授权
- ForbiddenException() - Constructor for exception class tech.xmagic.exception.http.ForbiddenException
- ForbiddenException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.ForbiddenException
- ForbiddenException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.ForbiddenException
- ForbiddenRuntimeException - Exception Class in tech.xmagic.exception.http
-
未授权
- ForbiddenRuntimeException() - Constructor for exception class tech.xmagic.exception.http.ForbiddenRuntimeException
- ForbiddenRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.ForbiddenRuntimeException
- ForbiddenRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.ForbiddenRuntimeException
G
- getCode() - Method in interface tech.xmagic.core.ResultCode
-
返回结果码
- getCode() - Method in enum class tech.xmagic.enums.RC
- getCode() - Method in enum class tech.xmagic.enums.RCH
- getCode() - Method in enum class tech.xmagic.enums.ResultEnum
- getCode() - Method in exception class tech.xmagic.exception.AbstractException
- getCode() - Method in exception class tech.xmagic.exception.AbstractRuntimeException
- getErr() - Method in exception class tech.xmagic.exception.AbstractException
- getErr() - Method in exception class tech.xmagic.exception.AbstractRuntimeException
- getMsg() - Method in interface tech.xmagic.core.ResultCode
-
返回提示信息
- getMsg() - Method in enum class tech.xmagic.enums.RC
- getMsg() - Method in enum class tech.xmagic.enums.RCH
- getMsg() - Method in enum class tech.xmagic.enums.ResultEnum
- getMsg() - Method in exception class tech.xmagic.exception.AbstractException
- getMsg() - Method in exception class tech.xmagic.exception.AbstractRuntimeException
- getRC(int) - Static method in enum class tech.xmagic.enums.RC
-
获取响应结果枚举
- getRC(int) - Static method in enum class tech.xmagic.enums.ResultEnum
-
获取响应结果枚举
- getRC(String) - Static method in enum class tech.xmagic.enums.RC
-
获取响应结果枚举
- getRC(String) - Static method in enum class tech.xmagic.enums.ResultEnum
-
获取响应结果枚举
- getRCH(int) - Static method in enum class tech.xmagic.enums.RCH
-
获取响应结果枚举
- getRCH(String) - Static method in enum class tech.xmagic.enums.RCH
-
获取响应结果枚举
- getTag() - Method in exception class tech.xmagic.exception.AbstractException
- getTag() - Method in exception class tech.xmagic.exception.AbstractRuntimeException
H
- HTTP_1XX - Enum constant in enum class tech.xmagic.enums.RCH
-
HttpException
- HTTP_2XX - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_3XX - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_4XX - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_5XX - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_ACCEPTED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_ALREADY_REPORTED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_BAD_GATEWAY - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_BAD_REQUEST - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_BANDWIDTH_LIMIT_EXCEEDED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_CONFLICT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_CONTINUE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_CREATED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_DESTINATION_LOCKED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_EARLY_HINTS - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_EXPECTATION_FAILED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_FAILED_DEPENDENCY - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_FORBIDDEN - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_FOUND - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_GATEWAY_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_GONE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_I_AM_A_TEAPOT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_IM_USED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_INSUFFICIENT_SPACE_ON_RESOURCE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_INSUFFICIENT_STORAGE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_INTERNAL_SERVER_ERROR - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_LENGTH_REQUIRED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_LOCKED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_LOOP_DETECTED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_METHOD_FAILURE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_METHOD_NOT_ALLOWED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_MOVED_PERMANENTLY - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_MULTI_STATUS - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_MULTIPLE_CHOICES - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NO_CONTENT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NOT_ACCEPTABLE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NOT_EXTENDED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NOT_FOUND - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NOT_IMPLEMENTED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_NOT_MODIFIED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_OK - Enum constant in enum class tech.xmagic.enums.RCH
-
成功
- HTTP_PARTIAL_CONTENT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PAYLOAD_TOO_LARGE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PAYMENT_REQUIRED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PERMANENT_REDIRECT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PRECONDITION_FAILED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PRECONDITION_REQUIRED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PROCESSING - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_REQUEST_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_RESET_CONTENT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_SEE_OTHER - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_SERVICE_UNAVAILABLE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_SWITCHING_PROTOCOLS - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_TEMPORARY_REDIRECT - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_TOO_EARLY - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_TOO_MANY_REQUESTS - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_UNAUTHORIZED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_UNPROCESSABLE_ENTITY - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_UPGRADE_REQUIRED - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_URI_TOO_LONG - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_USE_PROXY - Enum constant in enum class tech.xmagic.enums.RCH
- HTTP_VARIANT_ALSO_NEGOTIATES - Enum constant in enum class tech.xmagic.enums.RCH
- Http1xxException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http1xxException() - Constructor for exception class tech.xmagic.exception.http.Http1xxException
- Http1xxException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http1xxException
- Http1xxException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http1xxException
- Http1xxRuntimeException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http1xxRuntimeException() - Constructor for exception class tech.xmagic.exception.http.Http1xxRuntimeException
- Http1xxRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http1xxRuntimeException
- Http1xxRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http1xxRuntimeException
- Http2xxException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http2xxException() - Constructor for exception class tech.xmagic.exception.http.Http2xxException
- Http2xxException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http2xxException
- Http2xxException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http2xxException
- Http2xxRuntimeException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http2xxRuntimeException() - Constructor for exception class tech.xmagic.exception.http.Http2xxRuntimeException
- Http2xxRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http2xxRuntimeException
- Http2xxRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http2xxRuntimeException
- Http3xxException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http3xxException() - Constructor for exception class tech.xmagic.exception.http.Http3xxException
- Http3xxException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http3xxException
- Http3xxException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http3xxException
- Http3xxRuntimeException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http3xxRuntimeException() - Constructor for exception class tech.xmagic.exception.http.Http3xxRuntimeException
- Http3xxRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http3xxRuntimeException
- Http3xxRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http3xxRuntimeException
- Http4xxException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http4xxException() - Constructor for exception class tech.xmagic.exception.http.Http4xxException
- Http4xxException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http4xxException
- Http4xxException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http4xxException
- Http4xxRuntimeException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http4xxRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http4xxRuntimeException
- Http4xxRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http4xxRuntimeException
- Http5xxException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http5xxException() - Constructor for exception class tech.xmagic.exception.http.Http5xxException
- Http5xxException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http5xxException
- Http5xxException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http5xxException
- Http5xxRuntimeException - Exception Class in tech.xmagic.exception.http
-
未授权
- Http5xxRuntimeException() - Constructor for exception class tech.xmagic.exception.http.Http5xxRuntimeException
- Http5xxRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.Http5xxRuntimeException
- Http5xxRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.Http5xxRuntimeException
I
- isSuccess() - Method in interface tech.xmagic.core.ResultCode
- isSuccess() - Method in enum class tech.xmagic.enums.RCH
M
- MQ_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- MQ_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_KAFKA_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- MQ_KAFKA_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_KAFKA_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- MQ_KAFKA_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_RABBITMQ_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- MQ_RABBITMQ_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_RABBITMQ_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- MQ_RABBITMQ_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_ROCKETMQ_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- MQ_ROCKETMQ_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_ROCKETMQ_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- MQ_ROCKETMQ_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MQ_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- MQ_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- MqException - Exception Class in tech.xmagic.exception.api
-
MQ错误
- MqException() - Constructor for exception class tech.xmagic.exception.api.MqException
- MqException(String) - Constructor for exception class tech.xmagic.exception.api.MqException
- MqException(String, String) - Constructor for exception class tech.xmagic.exception.api.MqException
- MqException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.MqException
- MqException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.MqException
- MqException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.MqException
- MqRuntimeException - Exception Class in tech.xmagic.exception.api
-
MQ错误
- MqRuntimeException() - Constructor for exception class tech.xmagic.exception.api.MqRuntimeException
- MqRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.MqRuntimeException
- MqRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.MqRuntimeException
- MqRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.MqRuntimeException
- MqRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.MqRuntimeException
- MqRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.MqRuntimeException
- MqTimeOutException - Exception Class in tech.xmagic.exception.api
-
MQ超时
- MqTimeOutException() - Constructor for exception class tech.xmagic.exception.api.MqTimeOutException
- MqTimeOutException(String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutException
- MqTimeOutException(String, String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutException
- MqTimeOutException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutException
- MqTimeOutException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutException
- MqTimeOutException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutException
- MqTimeOutRuntimeException - Exception Class in tech.xmagic.exception.api
-
MQ超时
- MqTimeOutRuntimeException() - Constructor for exception class tech.xmagic.exception.api.MqTimeOutRuntimeException
- MqTimeOutRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutRuntimeException
- MqTimeOutRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutRuntimeException
- MqTimeOutRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutRuntimeException
- MqTimeOutRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutRuntimeException
- MqTimeOutRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.MqTimeOutRuntimeException
N
- NOTIFY_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- NOTIFY_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- NOTIFY_TIMEOUT - Enum constant in enum class tech.xmagic.enums.RC
- NOTIFY_TIMEOUT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- NotifyException - Exception Class in tech.xmagic.exception.api
-
通知错误
- NotifyException() - Constructor for exception class tech.xmagic.exception.api.NotifyException
- NotifyException(String) - Constructor for exception class tech.xmagic.exception.api.NotifyException
- NotifyException(String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyException
- NotifyException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.NotifyException
- NotifyException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.NotifyException
- NotifyException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyException
- NotifyRuntimeException - Exception Class in tech.xmagic.exception.api
-
通知错误
- NotifyRuntimeException() - Constructor for exception class tech.xmagic.exception.api.NotifyRuntimeException
- NotifyRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.NotifyRuntimeException
- NotifyRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyRuntimeException
- NotifyRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.NotifyRuntimeException
- NotifyRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.NotifyRuntimeException
- NotifyRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyRuntimeException
- NotifyTimeOutException - Exception Class in tech.xmagic.exception.api
-
通知超时
- NotifyTimeOutException() - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutException
- NotifyTimeOutException(String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutException
- NotifyTimeOutException(String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutException
- NotifyTimeOutException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutException
- NotifyTimeOutException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutException
- NotifyTimeOutException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutException
- NotifyTimeOutRuntimeException - Exception Class in tech.xmagic.exception.api
-
通知超时
- NotifyTimeOutRuntimeException() - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutRuntimeException
- NotifyTimeOutRuntimeException(String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutRuntimeException
- NotifyTimeOutRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutRuntimeException
- NotifyTimeOutRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutRuntimeException
- NotifyTimeOutRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutRuntimeException
- NotifyTimeOutRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.api.NotifyTimeOutRuntimeException
R
- RC - Enum Class in tech.xmagic.enums
-
响应结果枚举
- RCH - Enum Class in tech.xmagic.enums
-
返回结果枚举 配合自定义异常使用
- ResultCode - Interface in tech.xmagic.core
-
响应结果码
- ResultEnum - Enum Class in tech.xmagic.enums
-
响应结果枚举
- RUNTIME_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- RUNTIME_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
S
- SQL_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
-
数据库错误
- SQL_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
数据库错误
- SqlException - Exception Class in tech.xmagic.exception.sys
-
SQL错误
- SqlException() - Constructor for exception class tech.xmagic.exception.sys.SqlException
- SqlException(String) - Constructor for exception class tech.xmagic.exception.sys.SqlException
- SqlException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SqlException
- SqlException(ResultCode) - Constructor for exception class tech.xmagic.exception.sys.SqlException
- SqlException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.sys.SqlException
- SqlException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.sys.SqlException
- SqlRuntimeException - Exception Class in tech.xmagic.exception.sys
-
SQL错误
- SqlRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SqlRuntimeException
- SqlRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SqlRuntimeException
- SqlRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SqlRuntimeException
- SqlRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.sys.SqlRuntimeException
- SqlRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.sys.SqlRuntimeException
- SqlRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.sys.SqlRuntimeException
- SUCCESS - Enum constant in enum class tech.xmagic.enums.RC
-
成功
- SUCCESS - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
成功
- SUCCESS - Static variable in interface tech.xmagic.core.ResultCode
- SYS_DECODE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_DECODE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_DECRYPT_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_DECRYPT_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_ENCODE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_ENCODE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_ENCRYPT_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_ENCRYPT_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
-
SysException 系统错误
- SYS_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
SysException 系统错误
- SYS_NOT_SUPPORT - Enum constant in enum class tech.xmagic.enums.RC
- SYS_NOT_SUPPORT - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_PARSE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_PARSE_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_SIGN_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_SIGN_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_VERIFY_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_VERIFY_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SYS_WRAP_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
- SYS_WRAP_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
- SysDeCodeException - Exception Class in tech.xmagic.exception.sys
-
解码错误
- SysDeCodeException() - Constructor for exception class tech.xmagic.exception.sys.SysDeCodeException
- SysDeCodeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCodeException
- SysDeCodeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCodeException
- SysDeCodeRuntimeException - Exception Class in tech.xmagic.exception.sys
-
解码错误
- SysDeCodeRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysDeCodeRuntimeException
- SysDeCodeRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCodeRuntimeException
- SysDeCodeRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCodeRuntimeException
- SysDeCryptException - Exception Class in tech.xmagic.exception.sys
-
解密错误
- SysDeCryptException() - Constructor for exception class tech.xmagic.exception.sys.SysDeCryptException
- SysDeCryptException(String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCryptException
- SysDeCryptException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCryptException
- SysDeCryptRuntimeException - Exception Class in tech.xmagic.exception.sys
-
解密错误
- SysDeCryptRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysDeCryptRuntimeException
- SysDeCryptRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCryptRuntimeException
- SysDeCryptRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysDeCryptRuntimeException
- SysEnCodeException - Exception Class in tech.xmagic.exception.sys
-
编码错误
- SysEnCodeException() - Constructor for exception class tech.xmagic.exception.sys.SysEnCodeException
- SysEnCodeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCodeException
- SysEnCodeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCodeException
- SysEnCodeRuntimeException - Exception Class in tech.xmagic.exception.sys
-
编码错误
- SysEnCodeRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysEnCodeRuntimeException
- SysEnCodeRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCodeRuntimeException
- SysEnCodeRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCodeRuntimeException
- SysEnCryptException - Exception Class in tech.xmagic.exception.sys
-
加密错误
- SysEnCryptException() - Constructor for exception class tech.xmagic.exception.sys.SysEnCryptException
- SysEnCryptException(String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCryptException
- SysEnCryptException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCryptException
- SysEnCryptRuntimeException - Exception Class in tech.xmagic.exception.sys
-
加密错误
- SysEnCryptRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysEnCryptRuntimeException
- SysEnCryptRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCryptRuntimeException
- SysEnCryptRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysEnCryptRuntimeException
- SysException - Exception Class in tech.xmagic.exception.sys
-
系统错误
- SysException() - Constructor for exception class tech.xmagic.exception.sys.SysException
- SysException(String) - Constructor for exception class tech.xmagic.exception.sys.SysException
- SysException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysException
- SysException(ResultCode) - Constructor for exception class tech.xmagic.exception.sys.SysException
- SysException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.sys.SysException
- SysException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.sys.SysException
- SysNotSupportException - Exception Class in tech.xmagic.exception.sys
-
系统不支持
- SysNotSupportException() - Constructor for exception class tech.xmagic.exception.sys.SysNotSupportException
- SysNotSupportException(String) - Constructor for exception class tech.xmagic.exception.sys.SysNotSupportException
- SysNotSupportException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysNotSupportException
- SysNotSupportRuntimeException - Exception Class in tech.xmagic.exception.sys
-
系统不支持
- SysNotSupportRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysNotSupportRuntimeException
- SysNotSupportRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysNotSupportRuntimeException
- SysNotSupportRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysNotSupportRuntimeException
- SysParseException - Exception Class in tech.xmagic.exception.sys
-
解析错误
- SysParseException() - Constructor for exception class tech.xmagic.exception.sys.SysParseException
- SysParseException(String) - Constructor for exception class tech.xmagic.exception.sys.SysParseException
- SysParseException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysParseException
- SysParseRuntimeException - Exception Class in tech.xmagic.exception.sys
-
解析错误
- SysParseRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysParseRuntimeException
- SysParseRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysParseRuntimeException
- SysParseRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysParseRuntimeException
- SysRuntimeException - Exception Class in tech.xmagic.exception.sys
-
系统错误
- SysRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysRuntimeException
- SysRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysRuntimeException
- SysRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysRuntimeException
- SysRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.sys.SysRuntimeException
- SysRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.sys.SysRuntimeException
- SysRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.sys.SysRuntimeException
- SysSignException - Exception Class in tech.xmagic.exception.sys
-
签名错误
- SysSignException() - Constructor for exception class tech.xmagic.exception.sys.SysSignException
- SysSignException(String) - Constructor for exception class tech.xmagic.exception.sys.SysSignException
- SysSignException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysSignException
- SysSignRuntimeException - Exception Class in tech.xmagic.exception.sys
-
签名错误
- SysSignRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysSignRuntimeException
- SysSignRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysSignRuntimeException
- SysSignRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysSignRuntimeException
- SysVerifyException - Exception Class in tech.xmagic.exception.sys
-
验签错误
- SysVerifyException() - Constructor for exception class tech.xmagic.exception.sys.SysVerifyException
- SysVerifyException(String) - Constructor for exception class tech.xmagic.exception.sys.SysVerifyException
- SysVerifyException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysVerifyException
- SysVerifyRuntimeException - Exception Class in tech.xmagic.exception.sys
-
验签错误
- SysVerifyRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysVerifyRuntimeException
- SysVerifyRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysVerifyRuntimeException
- SysVerifyRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysVerifyRuntimeException
- SysWrapException - Exception Class in tech.xmagic.exception.sys
-
封装错误
- SysWrapException() - Constructor for exception class tech.xmagic.exception.sys.SysWrapException
- SysWrapException(String) - Constructor for exception class tech.xmagic.exception.sys.SysWrapException
- SysWrapException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysWrapException
- SysWrapRuntimeException - Exception Class in tech.xmagic.exception.sys
-
封装错误
- SysWrapRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.SysWrapRuntimeException
- SysWrapRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.SysWrapRuntimeException
- SysWrapRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.SysWrapRuntimeException
T
- tech.xmagic.core - package tech.xmagic.core
- tech.xmagic.enums - package tech.xmagic.enums
- tech.xmagic.exception - package tech.xmagic.exception
- tech.xmagic.exception.api - package tech.xmagic.exception.api
- tech.xmagic.exception.data - package tech.xmagic.exception.data
- tech.xmagic.exception.failure - package tech.xmagic.exception.failure
- tech.xmagic.exception.http - package tech.xmagic.exception.http
- tech.xmagic.exception.sys - package tech.xmagic.exception.sys
- tech.xmagic.exception.validation - package tech.xmagic.exception.validation
U
- UnauthorizedException - Exception Class in tech.xmagic.exception.http
-
未认证
- UnauthorizedException() - Constructor for exception class tech.xmagic.exception.http.UnauthorizedException
- UnauthorizedException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.UnauthorizedException
- UnauthorizedException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.UnauthorizedException
- UnauthorizedRuntimeException - Exception Class in tech.xmagic.exception.http
-
未认证
- UnauthorizedRuntimeException() - Constructor for exception class tech.xmagic.exception.http.UnauthorizedRuntimeException
- UnauthorizedRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.http.UnauthorizedRuntimeException
- UnauthorizedRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.http.UnauthorizedRuntimeException
- UNKNOWN_EXCEPTION - Enum constant in enum class tech.xmagic.enums.RC
-
特殊的系统错误
- UNKNOWN_EXCEPTION - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
特殊的系统错误
- UnKnownException - Exception Class in tech.xmagic.exception.sys
-
未知错误
- UnKnownException() - Constructor for exception class tech.xmagic.exception.sys.UnKnownException
- UnKnownException(String) - Constructor for exception class tech.xmagic.exception.sys.UnKnownException
- UnKnownException(String, String) - Constructor for exception class tech.xmagic.exception.sys.UnKnownException
- UnKnownRuntimeException - Exception Class in tech.xmagic.exception.sys
-
未知错误
- UnKnownRuntimeException() - Constructor for exception class tech.xmagic.exception.sys.UnKnownRuntimeException
- UnKnownRuntimeException(String) - Constructor for exception class tech.xmagic.exception.sys.UnKnownRuntimeException
- UnKnownRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.sys.UnKnownRuntimeException
V
- VALIDATION_FAILURE - Enum constant in enum class tech.xmagic.enums.RC
-
ValidationException
- VALIDATION_FAILURE - Enum constant in enum class tech.xmagic.enums.ResultEnum
-
ValidationException
- ValidationException - Exception Class in tech.xmagic.exception.validation
-
校验失败
- ValidationException() - Constructor for exception class tech.xmagic.exception.validation.ValidationException
- ValidationException(String) - Constructor for exception class tech.xmagic.exception.validation.ValidationException
- ValidationException(String, String) - Constructor for exception class tech.xmagic.exception.validation.ValidationException
- ValidationException(ResultCode) - Constructor for exception class tech.xmagic.exception.validation.ValidationException
- ValidationException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.validation.ValidationException
- ValidationException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.validation.ValidationException
- ValidationRuntimeException - Exception Class in tech.xmagic.exception.validation
-
校验失败
- ValidationRuntimeException() - Constructor for exception class tech.xmagic.exception.validation.ValidationRuntimeException
- ValidationRuntimeException(String) - Constructor for exception class tech.xmagic.exception.validation.ValidationRuntimeException
- ValidationRuntimeException(String, String) - Constructor for exception class tech.xmagic.exception.validation.ValidationRuntimeException
- ValidationRuntimeException(ResultCode) - Constructor for exception class tech.xmagic.exception.validation.ValidationRuntimeException
- ValidationRuntimeException(ResultCode, String) - Constructor for exception class tech.xmagic.exception.validation.ValidationRuntimeException
- ValidationRuntimeException(ResultCode, String, String) - Constructor for exception class tech.xmagic.exception.validation.ValidationRuntimeException
- valueOf(String) - Static method in enum class tech.xmagic.enums.RC
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tech.xmagic.enums.RCH
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tech.xmagic.enums.ResultEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class tech.xmagic.enums.RC
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tech.xmagic.enums.RCH
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tech.xmagic.enums.ResultEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form