de.uka.ipd.consensus.foundation.evolution
Class EvolutionManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uka.ipd.consensus.foundation.evolution.EvolutionManagerException
All Implemented Interfaces:
Serializable

public class EvolutionManagerException
extends Exception

Version:
2006-06-14
Author:
Thomas Much
See Also:
Serialized Form

Constructor Summary
EvolutionManagerException()
           
EvolutionManagerException(String message)
           
EvolutionManagerException(String message, Throwable cause)
           
EvolutionManagerException(Throwable cause)
           
 
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

EvolutionManagerException

public EvolutionManagerException()

EvolutionManagerException

public EvolutionManagerException(String message)

EvolutionManagerException

public EvolutionManagerException(String message,
                                 Throwable cause)

EvolutionManagerException

public EvolutionManagerException(Throwable cause)