Package Summary  Overview Summary

class:IllegalThreadStateException [NONE]

constructor:<init>() [NONE]

  • IllegalThreadStateException

    public IllegalThreadStateException()
    Constructs an IllegalThreadStateException with no detail message.

constructor:<init>(java.lang.String) [NONE]

  • IllegalThreadStateException

    public IllegalThreadStateException​(String s)
    Constructs an IllegalThreadStateException with the specified detail message.
    Parameters:
    s - the detail message.

© 2018 Oracle Corporation and/or its affiliates