net.sourceforge.basher.impl
Class TaskManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.basher.BasherException
                  extended by net.sourceforge.basher.impl.TaskManagerException
All Implemented Interfaces:
Serializable

public class TaskManagerException
extends BasherException

Version:
$Revision$
Author:
Johan Lindquist
See Also:
Serialized Form

Constructor Summary
TaskManagerException(String reason, Throwable cause)
          Creates a new BasherException instance.
 
Method Summary
 
Methods inherited from class net.sourceforge.basher.BasherException
equals
 
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskManagerException

public TaskManagerException(String reason,
                            Throwable cause)
Creates a new BasherException instance.

Parameters:
reason - The message describing the reason for the failure.
cause - The actual exception which caused the failure.


Copyright © 2006-2010 Basher Team. All Rights Reserved.