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