All Packages Class Hierarchy This Package Previous Next Index
Class replica.exception.RemoteStubNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----replica.exception.RemoteAccessException
|
+----replica.exception.RemoteStubNotFoundException
- public class RemoteStubNotFoundException
- extends RemoteAccessException
This exception is thrown if the client stub could not contact the server stub.
- Version:
- 1.0
- Author:
- Markus Jäger
-
RemoteStubNotFoundException()
- Construct without a message
-
RemoteStubNotFoundException(String)
- Construct with a message
RemoteStubNotFoundException
public RemoteStubNotFoundException()
- Construct without a message
RemoteStubNotFoundException
public RemoteStubNotFoundException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index