Package java.lang

Class IllegalThreadStateException

    • Constructor Detail

      • IllegalThreadStateException

        public IllegalThreadStateException()
        Constructs a new IllegalThreadStateException that includes the current stack trace.
      • IllegalThreadStateException

        public IllegalThreadStateException​(String detailMessage)
        Constructs a new IllegalThreadStateException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.