Class MaximumLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.herodotus.engine.assistant.definition.exception.PlatformException
cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
- All Implemented Interfaces:
Serializable
public class MaximumLimitExceededException
extends cn.herodotus.engine.assistant.definition.exception.PlatformException
Description: 超出最大数量限制
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/7/6 23:03
-
Constructor Summary
ConstructorsModifierConstructorDescriptionMaximumLimitExceededException(String message) MaximumLimitExceededException(String message, Throwable cause) protectedMaximumLimitExceededException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaximumLimitExceededException
public MaximumLimitExceededException() -
MaximumLimitExceededException
-
MaximumLimitExceededException
-
MaximumLimitExceededException
-
MaximumLimitExceededException
-