© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.order
Class StateTransitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.ebusiness.order.StateTransitionException

public class StateTransitionException
extends java.lang.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(java.lang.String msg)
          this constructor uses the super method for the message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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(java.lang.String msg)
this constructor uses the super method for the message

Parameters:
the - String for this message.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved