org.globus.cog.abstraction.impl.file
Class GeneralException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.abstraction.impl.file.GeneralException
All Implemented Interfaces:
Serializable

public class GeneralException
extends Exception

General Exception to handle exceptions that do not fall into the specific categories

See Also:
Serialized Form

Constructor Summary
GeneralException(String message)
          Assign message to exception
GeneralException(String message, Throwable parent)
          Assign message and throwable for 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

GeneralException

public GeneralException(String message)
Assign message to exception


GeneralException

public GeneralException(String message,
                        Throwable parent)
Assign message and throwable for exception