Class LimitExceededException

  • All Implemented Interfaces:
    Serializable

    public class LimitExceededException
    extends RuntimeException
    Unchecked Exception which is thrown when a limit is exceeded by a passed parameter.
    Since:
    4.0.0, CE 2019.1
    See Also:
    Serialized Form
    • Constructor Detail

      • LimitExceededException

        public LimitExceededException​(@NotNull String message)