Class sun.server.http.ServletSecurityException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.http.ServletSecurityException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.SecurityException
                                   |
                                   +----sun.server.http.ServletSecurityException

public class ServletSecurityException
extends SecurityException
A server security exception.

Constructor Index

 o ServletSecurityException(String)
 o ServletSecurityException(String, String)

Constructors

 o ServletSecurityException
  public ServletSecurityException(String name)
 o ServletSecurityException
  public ServletSecurityException(String name,
                                  String arg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index