< prev index next >

src/java.desktop/share/classes/sun/applet/AppletThreadGroup.java

Print this page

        

*** 49,59 **** * thread group. * * @param parent the parent thread group. * @param name the name of the new thread group. * @exception NullPointerException if the thread group argument is ! * <code>null</code>. * @exception SecurityException if the current thread cannot create a * thread in the specified thread group. * @see java.lang.SecurityException * @since 1.1.1 */ --- 49,59 ---- * thread group. * * @param parent the parent thread group. * @param name the name of the new thread group. * @exception NullPointerException if the thread group argument is ! * {@code null}. * @exception SecurityException if the current thread cannot create a * thread in the specified thread group. * @see java.lang.SecurityException * @since 1.1.1 */
< prev index next >