BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.rmi
Class RMISecurityException

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

Deprecated. 9.0.0.0 Replaced by java.rmi.RMISecurityException

public final class RMISecurityException
extends SecurityException

Class for handling RMI security exceptions. This exception is provided for compatibility with the java.rmi.* package.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
RMISecurityException()
          Deprecated.  
RMISecurityException(String s)
          Deprecated. Constructs an RMISecurityException with the specified string.
RMISecurityException(String s1, String s2)
          Deprecated. Constructs an RMISecurityException with the specified strings, formatted as "message: cause".
 
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()
Deprecated. 

RMISecurityException

public RMISecurityException(String s)
Deprecated. 
Constructs an RMISecurityException with the specified string.


RMISecurityException

public RMISecurityException(String s1,
                            String s2)
Deprecated. 
Constructs an RMISecurityException with the specified strings, formatted as "message: cause".


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.