Uses of Class
cloud.opencode.base.web.exception.OpenWebException
Packages that use OpenWebException
Package
Description
-
Uses of OpenWebException in cloud.opencode.base.web.crypto
Subclasses of OpenWebException in cloud.opencode.base.web.crypto -
Uses of OpenWebException in cloud.opencode.base.web.exception
Subclasses of OpenWebException in cloud.opencode.base.web.exceptionMethods in cloud.opencode.base.web.exception that return OpenWebExceptionModifier and TypeMethodDescriptionstatic OpenWebExceptionOpenWebException.badRequest(String message) Create bad request exception 创建请求错误异常static OpenWebExceptionCreate forbidden exception 创建禁止访问异常static OpenWebExceptionOpenWebException.internalError(String message) Create internal error exception 创建内部错误异常static OpenWebExceptionOpenWebException.internalError(String message, Throwable cause) Create internal error exception with cause 创建带原因的内部错误异常static OpenWebExceptionCreate not found exception 创建资源不存在异常static OpenWebExceptionOpenWebException.unauthorized(String message) Create unauthorized exception 创建未授权异常 -
Uses of OpenWebException in cloud.opencode.base.web.problem
Methods in cloud.opencode.base.web.problem with parameters of type OpenWebExceptionModifier and TypeMethodDescriptionstatic ProblemDetailProblemDetail.fromException(OpenWebException e) Create a ProblemDetail from an OpenWebException.static ProblemDetailProblemDetail.fromException(OpenWebException e, boolean includeCode) Create a ProblemDetail from an OpenWebException, optionally including the internal error code.