public class IllegalAccessException extends Exception
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, toString
public 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.