public class

RMISecurityException

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

This class is deprecated.
Use SecurityException instead. Application code should never directly reference this class, and RMISecurityManager no longer throws this subclass of java.lang.SecurityException.

Class Overview

An RMISecurityException signals that a security exception has occurred during the execution of one of java.rmi.RMISecurityManager's methods.

Summary

Public Constructors
RMISecurityException(String name)
This constructor is deprecated. no replacement
RMISecurityException(String name, String arg)
This constructor is deprecated. no replacement
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RMISecurityException (String name)

This constructor is deprecated.
no replacement

Construct an RMISecurityException with a detail message.

Parameters
name the detail message

public RMISecurityException (String name, String arg)

This constructor is deprecated.
no replacement

Construct an RMISecurityException with a detail message.

Parameters
name the detail message
arg ignored