All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.ServerError

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

public class ServerError
extends RemoteException

Constructor Index

 o ServerError(String, Error)
Create a new "server error" exception with the string and the specified exception.

Constructors

 o ServerError
 public ServerError(String s,
                    Error err)
Create a new "server error" exception with the string and the specified exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index