public class IllegalAccessException extends ReflectiveOperationException
Class.newInstance(), 
Serialized Form| Constructor and Description | 
|---|
| IllegalAccessException()Constructs an  IllegalAccessExceptionwithout a detail message. | 
| IllegalAccessException(String s)Constructs an  IllegalAccessExceptionwith a detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic IllegalAccessException()
IllegalAccessException without a detail message.public IllegalAccessException(String s)
IllegalAccessException with a detail message.s - the detail message.