Applications can subclass this class to indicate similar exceptions.
Constructs an IndexOutOfBoundsException with no detail message. super();
IndexOutOfBoundsException
super();
Constructs an IndexOutOfBoundsException with the specified detail message.params the detail message. super(s);
super(s);