org.outerj.daisy.doctaskrunner
Class TaskException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.daisy.repository.RepositoryException
              extended byorg.outerj.daisy.doctaskrunner.TaskException
All Implemented Interfaces:
java.io.Serializable

public class TaskException
extends org.outerj.daisy.repository.RepositoryException

See Also:
Serialized Form

Constructor Summary
TaskException(java.util.Map state)
           
TaskException(java.lang.String message)
           
TaskException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.util.Map getState()
           
 
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

TaskException

public TaskException(java.util.Map state)

TaskException

public TaskException(java.lang.String message)

TaskException

public TaskException(java.lang.String message,
                     java.lang.Throwable cause)
Method Detail

getState

public java.util.Map getState()


Copyright © -2005 . All Rights Reserved.