Package Summary  Overview Summary

class:IllegalAccessException [NONE]

constructor:<init>() [NONE]

  • IllegalAccessException

    public IllegalAccessException()
    Constructs an IllegalAccessException without a detail message.

constructor:<init>(java.lang.String) [NONE]

  • IllegalAccessException

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

© 2019 Oracle Corporation and/or its affiliates