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

public class IllegalAccessException extends RuntimeException {

}

Back to the top