Class java.rmi.StubSecurityException
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.StubSecurityException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.SecurityException
|
+----java.rmi.StubSecurityException
- public class StubSecurityException
- extends SecurityException
Signals that a security exception has occurred.
-
StubSecurityException(String)
- Constructs a StubSecurityException with no detail message.
-
StubSecurityException(String, String)
- Constructs a StubSecurityException with the specified detail message.
StubSecurityException
public StubSecurityException(String name)
- Constructs a StubSecurityException with no detail message.
A detail message is a String that describes this particular exception.
StubSecurityException
public StubSecurityException(String name,
String arg)
- Constructs a StubSecurityException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index