equal
deleted
inserted
replaced
36 * @see java.lang.Object#wait() |
36 * @see java.lang.Object#wait() |
37 * @see java.lang.Object#wait(long) |
37 * @see java.lang.Object#wait(long) |
38 * @see java.lang.Object#wait(long, int) |
38 * @see java.lang.Object#wait(long, int) |
39 * @since 1.0 |
39 * @since 1.0 |
40 */ |
40 */ |
41 public |
41 public class IllegalMonitorStateException extends RuntimeException { |
42 class IllegalMonitorStateException extends RuntimeException { |
|
43 @java.io.Serial |
42 @java.io.Serial |
44 private static final long serialVersionUID = 3713306369498869069L; |
43 private static final long serialVersionUID = 3713306369498869069L; |
45 |
44 |
46 /** |
45 /** |
47 * Constructs an {@code IllegalMonitorStateException} with no |
46 * Constructs an {@code IllegalMonitorStateException} with no |