|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.SecurityException weblogic.rmi.RMISecurityException
public final class RMISecurityException
Class for handling RMI security exceptions.
This exception is provided for compatibility with the java.rmi.*
package.
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 |
---|
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 |
---|
public RMISecurityException()
public RMISecurityException(String s)
s
- the string message.public RMISecurityException(String s1, String s2)
s1
- the string message.s2
- the string cause.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |