java.rmi

Class StubNotFoundException

public class StubNotFoundException extends RemoteException

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

Since: 1.1

See Also: UnicastRemoteObject Activatable

UNKNOWN: updated to 1.4

Constructor Summary
StubNotFoundException(String s)
Create an exception with a message.
StubNotFoundException(String s, Exception e)
Create an exception with a message and a cause.

Constructor Detail

StubNotFoundException

public StubNotFoundException(String s)
Create an exception with a message.

Parameters: s the message

StubNotFoundException

public StubNotFoundException(String s, Exception e)
Create an exception with a message and a cause.

Parameters: s the message e the cause