Class SizeLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jhotdraw8.icollection.exception.SizeLimitExceededException
All Implemented Interfaces:
Serializable

public class SizeLimitExceededException extends RuntimeException
This exception is thrown when a method exceeds a size limit.
See Also:
  • Constructor Details

    • SizeLimitExceededException

      public SizeLimitExceededException()
      Constructs an instance without a message.
    • SizeLimitExceededException

      public SizeLimitExceededException(String message)
      Constructs an instance with the specified error message.
      Parameters:
      message - the error message
    • SizeLimitExceededException

      public SizeLimitExceededException(String message, Throwable cause)
      Constructs an instance with the specified error message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause
    • SizeLimitExceededException

      public SizeLimitExceededException(Throwable cause)
      Constructs an instance with the specified underlying cause.
      Parameters:
      cause - the underlying cause