java.rmi
Class ServerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.ServerRuntimeException
- All Implemented Interfaces:
- Serializable
Deprecated. no replacement
public class ServerRuntimeException
- extends RemoteException
Wraps any runtime exception thrown while processing the server of a
remote call. Note, this exception is no longer used.
- Since:
- 1.1
- See Also:
- Serialized Form
ServerRuntimeException
public ServerRuntimeException(String s,
Exception e)
- Deprecated. no longer needed
- Create an exception with a message and a cause.
- Parameters:
s
- the messagee
- the cause