org.globus.transfer.reliable.service.database
Class RftDBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.common.ChainedException
              extended byorg.globus.transfer.reliable.service.database.RftDBException
All Implemented Interfaces:
Serializable

public class RftDBException
extends org.globus.common.ChainedException

Database Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.common.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RftDBException()
           
RftDBException(Exception e)
           
RftDBException(String message)
           
RftDBException(String message, Exception e)
           
 
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

RftDBException

public RftDBException()

RftDBException

public RftDBException(String message)
Parameters:
message -

RftDBException

public RftDBException(String message,
                      Exception e)
Parameters:
message -
e -

RftDBException

public RftDBException(Exception e)
Parameters:
e -