de.dfki.lt.hog.exceptions
Class ShutdownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.lt.hog.exceptions.ShutdownException
All Implemented Interfaces:
java.io.Serializable

public class ShutdownException
extends java.lang.Exception

ShutdownException is thrown when a module shutdown fails.

See Also:
Serialized Form

Constructor Summary
ShutdownException()
          This creates a new instance of ShutdownException.
ShutdownException(java.lang.String aMessage)
          This creates a new instance of ShutdownException with an error message aMessage
 
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

ShutdownException

public ShutdownException()
This creates a new instance of ShutdownException.


ShutdownException

public ShutdownException(java.lang.String aMessage)
This creates a new instance of ShutdownException with an error message aMessage

Parameters:
aMessage - a String with the error message