org.kuali.rice.kew.api.exception
Class DocumentSimulatedRouteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.rice.kew.api.exception.WorkflowException
              extended by org.kuali.rice.kew.api.exception.DocumentSimulatedRouteException
All Implemented Interfaces:
Serializable

public class DocumentSimulatedRouteException
extends WorkflowException

The exception used from the Simulation Engine when it has problems routing a document

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
DocumentSimulatedRouteException()
           
DocumentSimulatedRouteException(String s)
           
DocumentSimulatedRouteException(String message, Throwable throwable)
           
DocumentSimulatedRouteException(Throwable throwable)
           
 
Method Summary
 
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

DocumentSimulatedRouteException

public DocumentSimulatedRouteException()

DocumentSimulatedRouteException

public DocumentSimulatedRouteException(String s)

DocumentSimulatedRouteException

public DocumentSimulatedRouteException(String message,
                                       Throwable throwable)

DocumentSimulatedRouteException

public DocumentSimulatedRouteException(Throwable throwable)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.