Class java.rmi.RemoteRuntimeException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.RemoteRuntimeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.rmi.RemoteException
                           |
                           +----java.rmi.RemoteRuntimeException

public class RemoteRuntimeException
extends RemoteException

Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index