public class StubNotFoundException extends RemoteException
UnicastRemoteObject,
java.rmi.activation.Activatable,
Serialized Formdetail| Constructor and Description |
|---|
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.
|
getCause, getMessagepublic StubNotFoundException(java.lang.String s)
s - the messagepublic StubNotFoundException(java.lang.String s, java.lang.Exception e)
s - the messagee - the cause