Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.lang

Class SecurityException

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


public class SecurityException

extends RuntimeException

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:See Also:

Constructor Summary

SecurityException()

Create an exception without a message.
SecurityException(java.lang.String s)

Create an exception with a message.

Constructor Details

SecurityException

public SecurityException()

Create an exception without a message.


SecurityException

public SecurityException(java.lang.String s)

Create an exception with a message.

Parameters: