java.rmi

Class RMISecurityException

public class RMISecurityException extends SecurityException

Deprecated: use {@link java.lang.SecurityException} instead

Never thrown, but originally intended to wrap a {@link java.lang.SecurityException} in the case of RMI.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
RMISecurityException(String n)
Create an exception with a message.
RMISecurityException(String n, String a)
Create an exception with a message and a cause.

Constructor Detail

RMISecurityException

public RMISecurityException(String n)

Deprecated: no longer needed

Create an exception with a message.

Parameters: n the message

RMISecurityException

public RMISecurityException(String n, String a)

Deprecated: no longer needed

Create an exception with a message and a cause.

Parameters: n the message a the cause (ignored)