| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.lenya.cms.task.ExecutionException
ExecutionException | public class ExecutionException extends Exception (Code) | | An Exception that is thrown when an error occurs during a task execution.
|
ExecutionException | public ExecutionException()(Code) | | Creates a new instance of ExecutionException
|
ExecutionException | public ExecutionException(String message)(Code) | | Creates a new instance of ExecutionException
Parameters: message - the exception message |
ExecutionException | public ExecutionException(String message, Throwable cause)(Code) | | Creates a new instance of ExecutionException
Parameters: message - the exception message Parameters: cause - the exception cause |
ExecutionException | public ExecutionException(Throwable cause)(Code) | | Creates a new instance of ExecutionException
Parameters: cause - the exception cause |
|
|
|