public class IllegalAccessException extends ReflectiveOperationException
| Constructor and Description |
|---|
IllegalAccessException()
Constructs a new
IllegalAccessException that includes the current
stack trace. |
IllegalAccessException(String detailMessage)
Constructs a new
IllegalAccessException with the current stack
trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalAccessException()
IllegalAccessException that includes the current
stack trace.public IllegalAccessException(String detailMessage)
IllegalAccessException with the current stack
trace and the specified detail message.detailMessage - the detail message for this exception.