All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.RestrictedAccessException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.media.j3d.RestrictedAccessException

public class RestrictedAccessException
extends RuntimeException
Indicates an attempt to access or modify a state variable without permission to do so. For example, invoking a set method for a state variable that is currently read-only.


Constructor Index

 o RestrictedAccessException()
Create the exception object with default values.
 o RestrictedAccessException(String)
Create the exception object that outputs a message.

Constructors

 o RestrictedAccessException
 public RestrictedAccessException()
Create the exception object with default values.

 o RestrictedAccessException
 public RestrictedAccessException(String str)
Create the exception object that outputs a message.

Parameters:
str - the message string to be output.

All Packages  Class Hierarchy  This Package  Previous  Next  Index