© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.order
Class StateTransitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.beasys.commerce.ebusiness.order.StateTransitionException
All Implemented Interfaces:
Serializable

public class StateTransitionException
extends Exception

Class of exception for state transitions in the StateMachine package

See Also:
Serialized Form

Constructor Summary
StateTransitionException()
          An empty constructor, needed since we have another one.
StateTransitionException(String msg)
          this constructor uses the super method for the message
 
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

StateTransitionException

public StateTransitionException()
An empty constructor, needed since we have another one.


StateTransitionException

public StateTransitionException(String msg)
this constructor uses the super method for the message


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved