Class TooManyElementsException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Generated UID
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Generated UID
        See Also:
        Constant Field Values
    • Constructor Detail

      • TooManyElementsException

        public TooManyElementsException()
      • TooManyElementsException

        public TooManyElementsException​(java.lang.String message)
      • TooManyElementsException

        public TooManyElementsException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • TooManyElementsException

        public TooManyElementsException​(java.lang.Throwable cause)