java.lang
Class SecurityException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.SecurityException
The security manager will throw this exception to indicate a security
violation. This can occur any time an operation is attempted which is
deemed unsafe by the current security policies.
Authors:- Brian Jones
- Warren Levy <warrenl@cygnus.com>
See Also:
SecurityException
public SecurityException()
Create an exception without a message.
SecurityException
public SecurityException(java.lang.String s)
Create an exception with a message.
Parameters: