Class PrincipalNotFoundException
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.PrincipalNotFoundException
- All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException,Serializable
public class PrincipalNotFoundException
extends cn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException
Description: 无法找到 Principal 错误
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2021/10/24 18:45
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPrincipalNotFoundException(String message) PrincipalNotFoundException(String message, Throwable cause) protectedPrincipalNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
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
-
PrincipalNotFoundException
public PrincipalNotFoundException() -
PrincipalNotFoundException
-
PrincipalNotFoundException
-
PrincipalNotFoundException
-
PrincipalNotFoundException
-
-
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
-