org.outerj.daisy.doctaskrunner
Class TaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.repository.RepositoryException
              extended by org.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()
Overrides:
getState in class org.outerj.daisy.repository.RepositoryException


Copyright © -2012 . All Rights Reserved.