lacam.container.exceptions
Class GoBackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bylacam.container.exceptions.GoBackException
All Implemented Interfaces:
java.io.Serializable

public class GoBackException
extends java.lang.RuntimeException

The exception which should be thrown if a user or a process want to go back in the task.

Author:
Dimitrij Zub
See Also:
Serialized Form

Constructor Summary
GoBackException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoBackException

public GoBackException()