org.globus.cog.abstraction.impl.file
Class GeneralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GeneralException
public GeneralException(String message)
- Assign message to exception
GeneralException
public GeneralException(String message,
Throwable parent)
- Assign message and throwable for exception