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

Class java.rmi.ServerRuntimeException

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

public class ServerRuntimeException
extends RemoteException


Constructor Index

ServerRuntimeException(String, Exception)
Create a new runtime exception with the strings and the specified exception.

Constructors

ServerRuntimeException
 public ServerRuntimeException(String s,
                               Exception ex)
Create a new runtime exception with the strings and the specified exception.


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