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

Class ServerError

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


public class ServerError

extends RemoteException

Wraps any error thrown while processing the server of a remote call.

Since:Author:

Constructor Summary

ServerError(java.lang.String s, java.lang.Error e)

Create an exception with a message and a cause.

Constructor Details

ServerError

public ServerError(java.lang.String s, java.lang.Error e)

Create an exception with a message and a cause.

Parameters: