Class BoundedListOutOfBoundsException

All Implemented Interfaces:
Serializable

public class BoundedListOutOfBoundsException extends RuntimeException
See Also:
  • Constructor Details

    • BoundedListOutOfBoundsException

      public BoundedListOutOfBoundsException()
    • BoundedListOutOfBoundsException

      public BoundedListOutOfBoundsException(String message)
    • BoundedListOutOfBoundsException

      public BoundedListOutOfBoundsException(String message, Throwable cause)
    • BoundedListOutOfBoundsException

      public BoundedListOutOfBoundsException(Throwable cause)