Module java.base
Package java.lang

Class IllegalMonitorStateException

    • Constructor Detail

      • IllegalMonitorStateException

        public IllegalMonitorStateException()
        Constructs an IllegalMonitorStateException with no detail message.
      • IllegalMonitorStateException

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