gov.nih.nci.cagrid.bdt.service.globus.resource
Class BDTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.cagrid.bdt.service.globus.resource.BDTException
All Implemented Interfaces:
java.io.Serializable

public class BDTException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BDTException()
           
BDTException(java.lang.String message)
           
BDTException(java.lang.String message, java.lang.Throwable cause)
           
BDTException(java.lang.Throwable cause)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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

BDTException

public BDTException()

BDTException

public BDTException(java.lang.String message,
                    java.lang.Throwable cause)

BDTException

public BDTException(java.lang.String message)

BDTException

public BDTException(java.lang.Throwable cause)
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -