org.glite.data.transfer
Class TransferException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.data.transfer.TransferException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorizationException, CannotCancelException, ExistsException, InternalException, InvalidArgumentException, NotExistsException, ServiceBusyException

public class TransferException
extends java.lang.Exception

Base class for Transfer exceptions.

See Also:
Serialized Form

Constructor Summary
TransferException()
           
TransferException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

TransferException

public TransferException()

TransferException

public TransferException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()


Copyright © 2004 EU-EGEE