info.magnolia.module.delta
Class TaskExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TaskExecutionException
public TaskExecutionException(String message)
TaskExecutionException
public TaskExecutionException(String message,
Throwable cause)
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.