Index: java/lang/Thread.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/Thread.java,v
retrieving revision 1.1
diff -u -r1.1 Thread.java
--- java/lang/Thread.java	29 Aug 2003 12:43:07 -0000	1.1
+++ java/lang/Thread.java	20 Nov 2003 11:07:42 -0000
@@ -388,7 +388,7 @@
   public synchronized void start()
   {
     if (vmThread != null || group == null)
-	throw new IllegalStateException();
+	throw new IllegalThreadStateException();
 
     VMThread.create(this, stacksize);
   }
