public class IllegalAccessException extends Exception
Class.newInstance()
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, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public IllegalAccessException()
IllegalAccessException
without a
detail message.public IllegalAccessException(String s)
IllegalAccessException
with a detail message.s
- the detail message.Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.