Documentation  › java.lang  › SecurityException
 
 


  SecurityException
  public

  Inherits From:   RuntimeException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown by the security manager to indicate a security violation.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
SecurityException
public SecurityException( )

Constructs a SecurityException with no detail message.


SecurityException
public SecurityException( String s )

Constructs a SecurityException with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
AccessControlException, RMISecurityException



 
 
  dydoc
  3/10/05