Class LimitException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputLimitException

public class LimitException extends RuntimeException
Thrown when some limit was found.
See Also:
  • Constructor Details

    • LimitException

      public LimitException()
    • LimitException

      public LimitException(String message)
    • LimitException

      public LimitException(String message, Throwable t)
    • LimitException

      public LimitException(Throwable t)