Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1f67418128cdb685004ba12c634bfbac4549d563 (plain) (tree)
1
2
3
4



                                                                    
package java.lang;

public class IllegalMonitorStateException extends RuntimeException {
}

Back to the top