public class IllegalThreadStateException extends IllegalArgumentException
suspend and resume methods in class
Thread.| Constructor and Description |
|---|
IllegalThreadStateException()
Constructs an
IllegalThreadStateException with no
detail message. |
IllegalThreadStateException(String s)
Constructs an
IllegalThreadStateException with the
specified detail message. |
public IllegalThreadStateException()
IllegalThreadStateException with no
detail message.public IllegalThreadStateException(String s)
IllegalThreadStateException with the
specified detail message.s - the detail message.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.