java.rmi
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.
| |
Deprecated: no longer needed
Create an exception with a message.Parameters: n the message
Deprecated: no longer needed
Create an exception with a message and a cause.Parameters: n the message a the cause (ignored)