Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class ServerRuntimeException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.ServerRuntimeException


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:Author:

Constructor Summary

ServerRuntimeException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Constructor Details

ServerRuntimeException

public ServerRuntimeException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Parameters: