All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class replica.exception.RemoteAccessException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----replica.exception.RemoteAccessException

public class RemoteAccessException
extends RuntimeException
Subclasses of this exception are thrown if the access to a remote object failed.

Version:
1.0
Author:
Markus Jäger

Constructor Index

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

Constructors

 o RemoteAccessException
 public RemoteAccessException()
Construct without a message

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index