org.jbpm
Class UnUndoableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jbpm.util.lang.ChainedException
              extended byorg.jbpm.ExecutionException
                  extended byorg.jbpm.UnUndoableException
All Implemented Interfaces:
java.io.Serializable

public class UnUndoableException
extends ExecutionException

is thrown when ExecutionService#undo(String, Long, Date) is called with a Date that is before the process instance started.

See Also:
Serialized Form

Constructor Summary
UnUndoableException(java.lang.String msg)
           
 
Methods inherited from class org.jbpm.util.lang.ChainedException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnUndoableException

public UnUndoableException(java.lang.String msg)


Version : jbpm-2.0