net.fenyo.gnetwatch
Class AlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.fenyo.gnetwatch.GeneralException
              extended by net.fenyo.gnetwatch.AlgorithmException
All Implemented Interfaces:
java.io.Serializable

public class AlgorithmException
extends GeneralException

An exception for errors specific to this software.

Version:
$Id: AlgorithmException.java,v 1.6 2008/04/15 23:58:17 fenyo Exp $
Author:
Alexandre Fenyo
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
AlgorithmException()
          Constructor.
AlgorithmException(java.lang.String message)
          Constructor.
AlgorithmException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
AlgorithmException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AlgorithmException

public AlgorithmException()
Constructor. Creates an AlgorithmException instance.

Parameters:
none. -

AlgorithmException

public AlgorithmException(java.lang.String message)
Constructor. Creates an AlgorithmException instance.

Parameters:
message - message associated with this exception.
none. -

AlgorithmException

public AlgorithmException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor. Creates an AlgorithmException instance.

Parameters:
message - message associated with this exception.
exception - exception associated with this exception.

AlgorithmException

public AlgorithmException(java.lang.Throwable cause)
Constructor. Creates an AlgorithmException instance.

Parameters:
exception - exception associated with this exception.