weblogic.rmi
Class ServerError
java.lang.Object
T3Exception
weblogic.rmi.RemoteException
weblogic.rmi.ServerError
Deprecated. 9.0.0.0 Replaced by java.rmi.ServerError
public final class ServerError
- extends RemoteException
Class for handling server errors.
This exception is provided for compatibility with the java.rmi.*
package.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerError
public ServerError(String s,
Throwable e)
- Deprecated.
- Constructs a ServerError with the specified string and error.
- Parameters:
s
- the string message.e
- the nested error.