org.edg.data.reptor
Class ReptorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.reptor.ReptorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyRegisteredException, CatalogCommunicationException, DestinationExistsException, FileCacherException, FileCopierException, FileHandleException, GlobusURLCopyException, GUIDDoesNotExistException, GUIDExistsException, IllegalArgumentException, InfoServiceException, InvalidFileNameException, InvalidInfoException, InvalidSETypeException, LfnDoesNotExistException, LfnExistsException, NotCastorSRMException, NotSEException, OptorException, StorageResourceException, SurlDoesNotExistException, SurlExistsException, UnauthorizedVOException

public class ReptorException
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
ReptorException(java.lang.String message)
          Constructs a ReptorException with the specified detail message.
ReptorException(java.lang.Throwable exc)
          Constructs a ReptorException 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

ReptorException

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

Parameters:
message - the message

ReptorException

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

Parameters:
exc - the exception