IllegalAccessException

public class IllegalAccessException extends ReflectiveOperationException

Public Constructor Summary

IllegalAccessException()
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String s)
Constructs an IllegalAccessException with a detail message.

Inherited Method Summary

Public Constructors

public IllegalAccessException ()

Constructs an IllegalAccessException without a detail message.

public IllegalAccessException (String s)

Constructs an IllegalAccessException with a detail message.

Parameters
s the detail message.