RMISecurityException (Java SE 20 & JDK 20)
- All Implemented Interfaces:
Serializable
An RMISecurityException signals that a security exception
has occurred during the execution of one of
java.rmi.RMISecurityManager's methods.
- Since:
- 1.1
- See Also:
-
Constructor Summary
Constructors
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RMISecurityException
Construct an
RMISecurityExceptionwith a detail message.- Parameters:
name- the detail message- Since:
- 1.1
-
RMISecurityException
Construct an
RMISecurityExceptionwith a detail message.- Parameters:
name- the detail messagearg- ignored- Since:
- 1.1
-