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

Constructor Index

 o RemoteStubNotFoundException()
Construct without a message
 o RemoteStubNotFoundException(String)
Construct with a message

Constructors

 o RemoteStubNotFoundException
 public RemoteStubNotFoundException()
Construct without a message

 o RemoteStubNotFoundException
 public RemoteStubNotFoundException(String s)
Construct with a message


All Packages  Class Hierarchy  This Package  Previous  Next  Index