Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.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 weblogic.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

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".
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.

Parameters:
s - the string message.

RMISecurityException

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

Parameters:
s1 - the string message.
s2 - the string cause.

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02