|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.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://edocs.bea.com/wls/docs103 Copyright 2008 Oracle |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||