info.magnolia.module.delta
Class TaskExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.module.delta.TaskExecutionException
All Implemented Interfaces:
Serializable

public class TaskExecutionException
extends Exception

An exception thrown when a task can not be executed and can not be recovered from. (i.e manually fixed or just skipped). Not providing the TaskExecutionException(Throwable cause), to try and force developers into providing a meaningful exception message.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph
See Also:
Serialized Form

Constructor Summary
TaskExecutionException(String message)
           
TaskExecutionException(String message, Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskExecutionException

public TaskExecutionException(String message)

TaskExecutionException

public TaskExecutionException(String message,
                              Throwable cause)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.