BEA Systems, Inc.

theory.smart.foundation
Class IllegalWorkflowTransitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--theory.smart.foundation.IllegalWorkflowTransitionException

public class IllegalWorkflowTransitionException
extends java.lang.Exception

IllegalWorkflowTransitionException is thrown when the transition for a workflow is invalid.

See Also:
Serialized Form

Constructor Summary
IllegalWorkflowTransitionException(java.lang.String currentStateName, java.lang.String attemptedTransitionName)
          IllegalWorkflowTransitionException is thrown when the transition for a workflow is invalid.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalWorkflowTransitionException

public IllegalWorkflowTransitionException(java.lang.String currentStateName,
                                          java.lang.String attemptedTransitionName)
IllegalWorkflowTransitionException is thrown when the transition for a workflow is invalid.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved