All Packages Class Hierarchy This Package Previous Next Index
Class replica.exception.UnknownObjectException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----replica.exception.UnknownObjectException
- public class UnknownObjectException
- extends Exception
This exception is thrown by the nameservive.
- Version:
- 1.0
- Author:
- Markus Jäger
-
UnknownObjectException()
- Construct without a message
-
UnknownObjectException(String)
- Construct with a message
UnknownObjectException
public UnknownObjectException()
- Construct without a message
UnknownObjectException
public UnknownObjectException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index