java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.concurrency.limits.LimitException
All Implemented Interfaces:
Serializable

public class LimitException extends RuntimeException
A limit was reached and the submitted task cannot be executed.
See Also:
  • Constructor Details

    • LimitException

      public LimitException(Exception cause)
      A new limit exception with a cause.
      Parameters:
      cause - cause of the limit reached
    • LimitException

      public LimitException(String message)
      A new limit exception with a message.
      Parameters:
      message - description of why the limit was reached