java.lang.SecurityException (JDK 1.0)
Signals that an operation is not permitted for security reasons.
public classSecurityExceptionextends RuntimeException { //Public ConstructorspublicSecurityException(); publicSecurityException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException->SecurityException
Thrown By:
Beans.setDesignTime(), Beans.setGuiAvailable(), Class.getConstructor(), Class.getConstructors(), Class.getDeclaredClasses(), Class.getDeclaredConstructor(), Class.getDeclaredConstructors(), Class.getDeclaredField(), Class.getDeclaredFields(), Class.getDeclaredMethod(), Class.getDeclaredMethods(), Class.getField(), Class.getFields(), Class.getMethod(), Class.getMethods(), ObjectInputStream.enableResolveObject(), ObjectOutputStream.enableReplaceObject()