Most visited


Recently visited


Added in API level 1

IllegalAccessException

public class IllegalAccessException
extends ReflectiveOperationException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.ReflectiveOperationException
         ↳ java.lang.IllegalAccessException


An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.

See also:

Summary


Public constructors

IllegalAccessException()

Constructs an IllegalAccessException without a detail message.

IllegalAccessException(String s)

Constructs an IllegalAccessException with a detail message.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors


IllegalAccessException

Added in API level 1
IllegalAccessException ()

Constructs an IllegalAccessException without a detail message.

IllegalAccessException

Added in API level 1
IllegalAccessException (String s)

Constructs an IllegalAccessException with a detail message.

Parameters
s String: the detail message.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.