Class LimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.concurrency.limits.LimitException
- All Implemented Interfaces:
Serializable
A limit was reached and the submitted task cannot be executed.
- See Also:
-
Constructor Summary
ConstructorDescriptionLimitException
(Exception cause) A new limit exception with a cause.LimitException
(String message) A new limit exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitException
A new limit exception with a cause.- Parameters:
cause
- cause of the limit reached
-
LimitException
A new limit exception with a message.- Parameters:
message
- description of why the limit was reached
-