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

Class java.rmi.server.ServerNotActiveException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.rmi.server.ServerNotActiveException

public class ServerNotActiveException
extends Exception


Constructor Index

ServerNotActiveException()
Create a new exception.
ServerNotActiveException(String)

Constructors

ServerNotActiveException
 public ServerNotActiveException()
Create a new exception.

ServerNotActiveException
 public ServerNotActiveException(String s)

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