org.edg.data.reptor
Class AlreadyRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.data.util.DataException
              extended byorg.edg.data.reptor.ReplicaManagerException
                  extended byorg.edg.data.reptor.AlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public final class AlreadyRegisteredException
extends ReplicaManagerException

TODO [doc] - document class AlreadyRegisteredException

Version:
$Id: AlreadyRegisteredException.java,v 1.2 2003/11/18 18:11:27 pkunszt Exp $
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
AlreadyRegisteredException(java.net.URI pfn, java.net.URI lfn, java.net.URI previousLfn)
           
 
Method Summary
 java.net.URI getLfn()
           
 java.net.URI getPfn()
           
 java.net.URI getPreviousLfn()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyRegisteredException

public AlreadyRegisteredException(java.net.URI pfn,
                                  java.net.URI lfn,
                                  java.net.URI previousLfn)
Method Detail

getPfn

public java.net.URI getPfn()

getLfn

public java.net.URI getLfn()

getPreviousLfn

public java.net.URI getPreviousLfn()