org.globus.transfer.reliable.service.exception
Class RftException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.common.ChainedException
              extended by org.globus.transfer.reliable.service.exception.RftException
All Implemented Interfaces:
java.io.Serializable

public class RftException
extends org.globus.common.ChainedException

Terminal Exception thrown by RFT Resource

See Also:
Serialized Form

Constructor Summary
RftException()
          Empty Construtor
RftException(java.lang.String message)
           
RftException(java.lang.String message, java.lang.Throwable exception)
           
RftException(java.lang.Throwable exception)
           
 
Method Summary
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RftException

public RftException()
Empty Construtor


RftException

public RftException(java.lang.String message)
Parameters:
message -

RftException

public RftException(java.lang.String message,
                    java.lang.Throwable exception)
Parameters:
message -
exception -

RftException

public RftException(java.lang.Throwable exception)
Parameters:
exception -