Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.rmi
Class RMISecurityException  view RMISecurityException download RMISecurityException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byjava.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 Class Summary
 
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
 
Constructor Summary
RMISecurityException(java.lang.String n)
          Deprecated. no longer needed
RMISecurityException(java.lang.String n, java.lang.String a)
          Deprecated. no longer needed
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
Compatible with JDK 1.1.

See Also:
Constant Field Values
Constructor Detail

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.