eu.larkc.core.parallelization
Class MultiThreadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.larkc.core.parallelization.MultiThreadingException
All Implemented Interfaces:
java.io.Serializable

public class MultiThreadingException
extends java.lang.Exception

Class for handling multi-threading exceptions.

Author:
Matthias
See Also:
Serialized Form

Constructor Summary
MultiThreadingException()
          Default constructor.
MultiThreadingException(java.lang.String s)
          Constructor allowing the passing of a 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiThreadingException

public MultiThreadingException()
Default constructor.


MultiThreadingException

public MultiThreadingException(java.lang.String s)
Constructor allowing the passing of a message.

Parameters:
s - the message