Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

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

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

Constructors

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


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)