Class LimitException

All Implemented Interfaces:
Serializable

public class LimitException extends RuntimeException
A RuntimeException that indicates that a limit has been exceeded.
Since:
1.4
See Also:
  • Constructor Details

    • LimitException

      public LimitException()
      Creates a new LimitException.
    • LimitException

      public LimitException(String message)
      Creates a new LimitException.
      Parameters:
      message - The detail message.
    • LimitException

      public LimitException(Throwable cause)
      Creates a new LimitException.
      Parameters:
      cause - The cause. May be null.
    • LimitException

      public LimitException(String message, Throwable cause)
      Creates a new LimitException.
      Parameters:
      message - The detail message.
      cause - The cause. May be null.