| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception net.fenyo.gnetwatch.GeneralException
All known Subclasses: net.fenyo.gnetwatch.AlgorithmException,
GeneralException | public class GeneralException extends Exception (Code) | | An exception for errors specific to this software.
author: Alexandre Fenyo version: $Id: GeneralException.java,v 1.4 2007/03/03 00:38:20 fenyo Exp $ |
serialVersionUID | final public static long serialVersionUID(Code) | | |
GeneralException | public GeneralException()(Code) | | Constructor.
Creates a GeneralException instance.
none. |
GeneralException | public GeneralException(String message)(Code) | | Constructor.
Creates a GeneralException instance.
Parameters: message - message associated with this exception. none. |
GeneralException | public GeneralException(String message, Throwable cause)(Code) | | Constructor.
Creates a GeneralException instance.
Parameters: message - message associated with this exception. Parameters: exception - exception associated with this exception. |
GeneralException | public GeneralException(Throwable cause)(Code) | | Constructor.
Creates a GeneralException instance.
Parameters: exception - exception associated with this exception. |
|
|
|