org.kie.internal.task.exception
Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.internal.task.exception.TaskException
- All Implemented Interfaces:
- Serializable
public abstract class TaskException
- extends RuntimeException
Base class for all exceptions for the task related activities
see org.jbpm.services.task.service.TaskServiceSession#addTask(org.jbpm.services.task.Task, ContentData)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TaskException
public TaskException(String message)
TaskException
public TaskException(String message,
Throwable cause)
isRecoverable
public boolean isRecoverable()
setRecoverable
public void setRecoverable(boolean recoverable)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.