org.edg.data.reptor
Class AlreadyRegisteredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.reptor.ReptorException
                          |
                          +--org.edg.data.reptor.AlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public final class AlreadyRegisteredException
extends ReptorException

TODO [doc] - document class AlreadyRegisteredException

Version:
$Id: AlreadyRegisteredException.java,v 1.1 2003/01/10 16:24:09 jamesc 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()