Class AccessConfigErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.engine.core.definition.exception.AbstractRuntimeException
cn.herodotus.engine.core.definition.exception.PlatformRuntimeException
cn.herodotus.engine.assistant.access.exception.AccessConfigErrorException
- All Implemented Interfaces:
cn.herodotus.engine.core.definition.exception.HerodotusException,Serializable
public class AccessConfigErrorException
extends cn.herodotus.engine.core.definition.exception.PlatformRuntimeException
Description: Access 配置错误
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/9/2 18:02
-
Constructor Summary
ConstructorsModifierConstructorDescriptionAccessConfigErrorException(String message) AccessConfigErrorException(String message, Throwable cause) protectedAccessConfigErrorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.core.definition.domain.FeedbackMethods inherited from class cn.herodotus.engine.core.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
-
AccessConfigErrorException
public AccessConfigErrorException() -
AccessConfigErrorException
-
AccessConfigErrorException
-
AccessConfigErrorException
-
AccessConfigErrorException
-
-
Method Details
-
getFeedback
public cn.herodotus.engine.core.definition.domain.Feedback getFeedback()- Specified by:
getFeedbackin interfacecn.herodotus.engine.core.definition.exception.HerodotusException- Overrides:
getFeedbackin classcn.herodotus.engine.core.definition.exception.PlatformRuntimeException
-