Class IllegalChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.engine.assistant.definition.exception.AbstractRuntimeException
cn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException
cn.herodotus.engine.message.core.exception.IllegalChannelException
- All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException,Serializable
public class IllegalChannelException
extends cn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException
Description: Web Socket Channel 错误
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2021/10/24 18:45
-
Constructor Summary
ConstructorsModifierConstructorDescriptionIllegalChannelException(String message) IllegalChannelException(String message, Throwable cause) protectedIllegalChannelException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) IllegalChannelException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.FeedbackMethods inherited from class cn.herodotus.engine.assistant.definition.exception.AbstractRuntimeException
getResultMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalChannelException
public IllegalChannelException() -
IllegalChannelException
-
IllegalChannelException
-
IllegalChannelException
-
IllegalChannelException
-
-
Method Details
-
getFeedback
public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()- Specified by:
getFeedbackin interfacecn.herodotus.engine.assistant.definition.exception.HerodotusException- Overrides:
getFeedbackin classcn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException
-