java.rmi
Class RMISecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by java.rmi.RMISecurityException
All Implemented Interfaces:
Serializable

Deprecated. use SecurityException instead

public class RMISecurityException
extends SecurityException

Never thrown, but originally intended to wrap a SecurityException in the case of RMI.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
RMISecurityException(String n)
          Deprecated. no longer needed
RMISecurityException(String n, String a)
          Deprecated. no longer needed
 
Method Summary
 
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
 

Constructor Detail

RMISecurityException

public RMISecurityException(String n)
Deprecated. no longer needed

Create an exception with a message.

Parameters:
n - the message

RMISecurityException

public RMISecurityException(String n,
                            String a)
Deprecated. no longer needed

Create an exception with a message and a cause.

Parameters:
n - the message
a - the cause (ignored)