Uses of Enum Class
cloud.opencode.base.event.exception.EventErrorCode
Packages that use EventErrorCode
-
Uses of EventErrorCode in cloud.opencode.base.event.exception
Subclasses with type arguments of type EventErrorCode in cloud.opencode.base.event.exceptionMethods in cloud.opencode.base.event.exception that return EventErrorCodeModifier and TypeMethodDescriptionstatic EventErrorCodeEventErrorCode.fromException(Throwable e) Get error code from exception 从异常获取错误码EventException.getEventErrorCode()Get the event error code 获取事件错误码static EventErrorCodeReturns the enum constant of this class with the specified name.static EventErrorCode[]EventErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.event.exception with parameters of type EventErrorCodeModifierConstructorDescriptionEventException(String message, EventErrorCode errorCode) Create exception with message and error code 使用消息和错误码创建异常EventException(String message, Throwable cause, Event event, EventErrorCode errorCode) Create exception with all parameters 使用所有参数创建异常EventListenerException(String message, Throwable cause, Event event, EventErrorCode errorCode) Create listener exception with all parameters 使用所有参数创建监听器异常EventPublishException(String message, Throwable cause, Event event, EventErrorCode errorCode) Create publish exception with all parameters 使用所有参数创建发布异常EventSecurityException(String message, EventErrorCode errorCode) Create security exception with message and error code 使用消息和错误码创建安全异常EventSecurityException(String message, Throwable cause, Event event, EventErrorCode errorCode) Create security exception with all parameters 使用所有参数创建安全异常EventStoreException(String message, Throwable cause, Event event, EventErrorCode errorCode) Create store exception with all parameters 使用所有参数创建存储异常