Exception: java.rmi.RMISecurityException

An RMISecurityException signals that a security exception has occurred during the execution of one of java.rmi.RMISecurityManager's methods.
Authors:
@author Roger Riggs
Deprecated:
@deprecated Use SecurityException instead. Application code should never directly reference this class, and RMISecurityManager no longer throws this subclass of java.lang.SecurityException.
Since:
@since JDK1.1

Methods

  • RMISecurityExceptiontop

    public RMISecurityException(String name)
    Construct an RMISecurityException with a detail message.
    Parameters:
    @param name the detail message
    Deprecated:
    @deprecated no replacement
    Since:
    @since JDK1.1
    Google Code Search
    Stack Overflow
  • RMISecurityExceptiontop

    public RMISecurityException(String name, String arg)
    Construct an RMISecurityException with a detail message.
    Parameters:
    @param name the detail message
    @param arg ignored
    Deprecated:
    @deprecated no replacement
    Since:
    @since JDK1.1
    Google Code Search
    Stack Overflow