Package Summary  Overview Summary

class:IllegalAccessException [CHANGED]

constructor:IllegalAccessException() [NONE]

  • IllegalAccessException

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

constructor:IllegalAccessException(java.lang.String) [NONE]

  • IllegalAccessException

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

© 2017 Oracle Corporation and/or its affiliates