Class TooManyElementsException

  • All Implemented Interfaces:
    Serializable


    public class TooManyElementsException
    extends RuntimeException
    An exception thrown when there are more than the expected number of elements returned from a method.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManyElementsException

        public TooManyElementsException()
      • TooManyElementsException

        public TooManyElementsException(String message)
      • TooManyElementsException

        public TooManyElementsException(String message,
                                        Throwable cause)
      • TooManyElementsException

        public TooManyElementsException(Throwable cause)