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
.
An RMISecurityException
signals that a security exception
has occurred during the execution of one of
java.rmi.RMISecurityManager
's methods.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
no replacement
| |||||||||||
This constructor is deprecated.
no replacement
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
This constructor is deprecated.
no replacement
Construct an RMISecurityException
with a detail message.
name | the detail message |
---|
This constructor is deprecated.
no replacement
Construct an RMISecurityException
with a detail message.
name | the detail message |
---|---|
arg | ignored |