net.sourceforge.basher.impl
Class TaskManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.basher.BasherException
net.sourceforge.basher.impl.TaskManagerException
- All Implemented Interfaces:
- Serializable
public class TaskManagerException
- extends BasherException
- Version:
- $Revision$
- Author:
- Johan Lindquist
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.