be.ac.ulg.montefiore.run.totem.repository.model.exception
Class NoSuchAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ac.ulg.montefiore.run.totem.repository.model.exception.NoSuchAlgorithmException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAlgorithmException
extends java.lang.Exception

This exception is thrown when a specified algorithm was not found in the environment.

Creation date: 25-Jan.-2005

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

Constructor Summary
NoSuchAlgorithmException()
          Creates a new GAinstance of NoSuchAlgorithmException without detail message.
NoSuchAlgorithmException(java.lang.String message)
          Constructs an GAinstance of NoSuchAlgorithmException with the specified detail message.
 
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
 

Constructor Detail

NoSuchAlgorithmException

public NoSuchAlgorithmException()
Creates a new GAinstance of NoSuchAlgorithmException without detail message.


NoSuchAlgorithmException

public NoSuchAlgorithmException(java.lang.String message)
Constructs an GAinstance of NoSuchAlgorithmException with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.