All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.lang.SecurityException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.SecurityException

public class SecurityException
extends RuntimeException
Thrown by the security manager to indicate a security violation.

Version:
1.6, 01/20/97
Author:
unascribed
See Also:
SecurityManager

Constructor Index

 o SecurityException()
Constructs a SecurityException with no detail message.
 o SecurityException(String)
Constructs a SecurityException with the specified detail message.

Constructors

 o SecurityException
 public SecurityException()
Constructs a SecurityException with no detail message.

 o SecurityException
 public SecurityException(String s)
Constructs a SecurityException with the specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index