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
- Status:
- updated to 1.4
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
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.