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

Constructor Index

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

Constructors

 o UnknownObjectException
 public UnknownObjectException()
Construct without a message

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index