public class

SecurityException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.SecurityException

Class Overview

Thrown by the security manager to indicate a security violation.

Summary

Public Constructors
SecurityException()
Constructs a SecurityException with no detail message.
SecurityException(String s)
Constructs a SecurityException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SecurityException ()

Constructs a SecurityException with no detail message.

public SecurityException (String s)

Constructs a SecurityException with the specified detail message.

Parameters
s the detail message.