public class StubNotFoundException extends RemoteException
UnicastRemoteObject,
Activatable,
Serialized Formdetail| Constructor and Description |
|---|
StubNotFoundException(String s)
Create an exception with a message.
|
StubNotFoundException(String s,
Exception e)
Create an exception with a message and a cause.
|
getCause, getMessagefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StubNotFoundException(String s)
s - the messagepublic StubNotFoundException(String s, Exception e)
s - the messagee - the cause