public class IllegalAccessException extends ReflectiveOperationException
Class.newInstance(),
Serialized Form| Constructor and Description |
|---|
IllegalAccessException()
Constructs an
IllegalAccessException without a detail message. |
IllegalAccessException(String s)
Constructs an
IllegalAccessException with 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.