KIE Internal 6.2.0.CR2

org.kie.internal.task.exception
Class TaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TaskException(String message)
           
TaskException(String message, Throwable cause)
           
 
Method Summary
 boolean isRecoverable()
           
 void setRecoverable(boolean recoverable)
           
 
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(String message)

TaskException

public TaskException(String message,
                     Throwable cause)
Method Detail

isRecoverable

public boolean isRecoverable()

setRecoverable

public void setRecoverable(boolean recoverable)

KIE Internal 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.