Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class StubNotFoundException

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


public class StubNotFoundException

extends RemoteException

Thrown if a valid stub class is not found for an object when it is exported.

Since:Author:See Also:

Constructor Summary

StubNotFoundException(java.lang.String s)

Create an exception with a message.
StubNotFoundException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Constructor Details

StubNotFoundException

public StubNotFoundException(java.lang.String s)

Create an exception with a message.

Parameters:


StubNotFoundException

public StubNotFoundException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Parameters: