public class IllegalAccessError extends IncompatibleClassChangeError
Note that this can only occur when inconsistent class files have been loaded.
| Constructor and Description |
|---|
IllegalAccessError()
Constructs a new
IllegalAccessError that includes the current
stack trace. |
IllegalAccessError(String detailMessage)
Constructs a new
IllegalAccessError with the current stack trace
and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalAccessError()
IllegalAccessError that includes the current
stack trace.public IllegalAccessError(String detailMessage)
IllegalAccessError with the current stack trace
and the specified detail message.detailMessage - the detail message for this error.