Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1f67418128cdb685004ba12c634bfbac4549d563 (plain) (blame)
1
2
3
4
package java.lang;

public class IllegalMonitorStateException extends RuntimeException {
}

Back to the top