org.edg.data.reptor
Class ReplicaManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.data.util.DataException
              extended byorg.edg.data.reptor.ReplicaManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyRegisteredException, CatalogCommunicationException, DestinationExistsException, FileCopierException, FileHandleException, GlobusURLCopyException, GUIDDoesNotExistException, GUIDExistsException, InfoServiceException, InvalidFileNameException, InvalidInfoException, LfnDoesNotExistException, LfnExistsException, OptorException, StorageResourceException, SurlDoesNotExistException, SurlExistsException, UnauthorizedVOException

public class ReplicaManagerException
extends org.edg.data.util.DataException

Base Exception class for all exception thrown by Reptor

Version:
$Id $
Author:
Erwin Laure, Peter Kunszt
See Also:
Serialized Form

Constructor Summary
ReplicaManagerException(java.lang.String message)
          Constructs a ReplicaManagerException with the specified detail message.
ReplicaManagerException(java.lang.String message, java.lang.Throwable e)
           
ReplicaManagerException(java.lang.Throwable exc)
          Constructs a ReplicaManagerException from another exception.
 
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

ReplicaManagerException

public ReplicaManagerException(java.lang.String message)
Constructs a ReplicaManagerException with the specified detail message.

Parameters:
message - the message

ReplicaManagerException

public ReplicaManagerException(java.lang.Throwable exc)
Constructs a ReplicaManagerException from another exception.

Parameters:
exc - the exception

ReplicaManagerException

public ReplicaManagerException(java.lang.String message,
                               java.lang.Throwable e)