java.rmi
Class StubNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.StubNotFoundException
- All Implemented Interfaces:
- Serializable
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,
Serialized Form- Status:
- updated to 1.4
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 messagee - the cause
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.