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
-
RemoteAccessException()
- Construct without a message
-
RemoteAccessException(String)
- Construct with a message
RemoteAccessException
public RemoteAccessException()
- Construct without a message
RemoteAccessException
public RemoteAccessException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index