public class

AppletSecurityException

extends SecurityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.SecurityException
           ↳ sun.applet.AppletSecurityException

Class Overview

An applet security exception.

Summary

Public Constructors
AppletSecurityException(String name)
AppletSecurityException(String name, String arg)
AppletSecurityException(String name, String arg1, String arg2)
Public Methods
String getLocalizedMessage()
Creates a localized description of this throwable.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AppletSecurityException (String name)

public AppletSecurityException (String name, String arg)

public AppletSecurityException (String name, String arg1, String arg2)

Public Methods

public String getLocalizedMessage ()

Creates a localized description of this throwable. Subclasses may override this method in order to produce a locale-specific message. For subclasses that do not override this method, the default implementation returns the same result as getMessage().

Returns
  • The localized description of this throwable.