SecurityException JDK 1.0

java.lang serializable unchecked

Synopsis^  ?
public class SecurityException extends RuntimeException {
// Public Constructors
    public SecurityException( );  
    public SecurityException( String s);  
}

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Exception]
   |
[RuntimeException]
   |
[SecurityException]

Inherited Properties^  ?
RuntimeException: none
Exception: none
Throwable: localizedMessage, message
Object: class

Inherited Methods^  ?
RuntimeException: none
Exception: none
Throwable: fillInStackTrace(), printStackTrace(), printStackTrace(), printStackTrace(), toString()
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait()

Thrown By^  ?
Class.{getConstructor(), getConstructors(), getDeclaredClasses(), getDeclaredConstructor(), getDeclaredConstructors(), getDeclaredField(), getDeclaredFields(), getDeclaredMethod(), getDeclaredMethods(), getField(), getFields(), getMethod(), getMethods()}

Uses^  ?
RuntimeException, String

Used By^  ?
Class, ClassLoader, Runtime, SecurityManager


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.