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

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.InvalidActionTakenException
All Implemented Interfaces:
Serializable

public class InvalidActionTakenException
extends WorkflowException

The exception thrown whenever an ActionTaken can not be procesed for some reason.

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

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

InvalidActionTakenException

public InvalidActionTakenException()

InvalidActionTakenException

public InvalidActionTakenException(String s)

InvalidActionTakenException

public InvalidActionTakenException(String message,
                                   Throwable throwable)

InvalidActionTakenException

public InvalidActionTakenException(Throwable throwable)


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