类 IllegalChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.stirrup.kernel.definition.exception.AbstractRuntimeException
cn.herodotus.stirrup.kernel.definition.exception.PlatformRuntimeException
cn.herodotus.engine.message.core.exception.IllegalChannelException
- 所有已实现的接口:
cn.herodotus.stirrup.kernel.definition.exception.HerodotusException,Serializable
public class IllegalChannelException
extends cn.herodotus.stirrup.kernel.definition.exception.PlatformRuntimeException
Description: Web Socket Channel 错误
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2021/10/24 18:45
-
构造器概要
构造器限定符构造器说明IllegalChannelException(String message) IllegalChannelException(String message, Throwable cause) protectedIllegalChannelException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) IllegalChannelException(Throwable cause) -
方法概要
从类继承的方法 cn.herodotus.stirrup.kernel.definition.exception.AbstractRuntimeException
getResult
-
构造器详细资料
-
IllegalChannelException
public IllegalChannelException() -
IllegalChannelException
-
IllegalChannelException
-
IllegalChannelException
-
IllegalChannelException
-
-
方法详细资料
-
getFeedback
public cn.herodotus.stirrup.kernel.definition.domain.Feedback getFeedback()- 指定者:
getFeedback在接口中cn.herodotus.stirrup.kernel.definition.exception.HerodotusException- 覆盖:
getFeedback在类中cn.herodotus.stirrup.kernel.definition.exception.PlatformRuntimeException
-