java.rmi
Class RMISecurityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
java.rmi.RMISecurityException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. use java.lang.SecurityException instead
- public class RMISecurityException
- extends java.lang.SecurityException
Never thrown, but originally intended to wrap a
java.lang.SecurityException in the case of RMI.
- Since:
- 1.1
| Nested classes inherited from class java.lang.Throwable |
|
|
Field Summary |
private static long |
serialVersionUID
Deprecated. Compatible with JDK 1.1. |
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Deprecated.
- Compatible with JDK 1.1.
- See Also:
- Constant Field Values
RMISecurityException
public RMISecurityException(java.lang.String n)
- Deprecated. no longer needed
- Create an exception with a message.
RMISecurityException
public RMISecurityException(java.lang.String n,
java.lang.String a)
- Deprecated. no longer needed
- Create an exception with a message and a cause.