Class java.rmi.StubSecurityException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.StubSecurityException

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

public class StubSecurityException
extends SecurityException
Signals that a security exception has occurred.

Constructor Index

 o StubSecurityException(String)
Constructs a StubSecurityException with no detail message.
 o StubSecurityException(String, String)
Constructs a StubSecurityException with the specified detail message.

Constructors

 o StubSecurityException
  public StubSecurityException(String name)
Constructs a StubSecurityException with no detail message. A detail message is a String that describes this particular exception.
 o StubSecurityException
  public StubSecurityException(String name,
                               String arg)
Constructs a StubSecurityException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index