Class java.lang.SecurityException
All Packages Class Hierarchy This Package Previous Next Index
Class java.lang.SecurityException
Object
|
+----Throwable
|
+----Exception
|
+----RuntimeException
|
+----java.lang.SecurityException
- public class SecurityException
- extends RuntimeException
Thrown by the security manager to indicate a security violation.
- Version:
- 1.7, 07/01/98
- Author:
- unascribed
- Since:
- JDK1.0
- See Also:
- SecurityManager
-
java.lang.SecurityException()
- Constructs a
SecurityException with no detail message.
-
java.lang.SecurityException(String)
- Constructs a
SecurityException with the specified
detail message.
SecurityException
public SecurityException()
- Constructs a
SecurityException with no detail message.
- Since:
- JDK1.0
SecurityException
public SecurityException(String s)
- Constructs a
SecurityException with the specified
detail message.
- Parameters:
- s - the detail message.
- Since:
- JDK1.0
All Packages Class Hierarchy This Package Previous Next Index