com.beasys.commerce.ebusiness.order
Class StateTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.beasys.commerce.ebusiness.order.StateTransitionException
All Implemented Interfaces
Serializable

Deprecated See BEA Commerce product offering

@Deprecated
public class StateTransitionException
extends Exception

Class of exception for state transitions in the StateMachine package

See Also
Serialized Form

Constructor Summary
StateTransitionException()
          Deprecated See BEA Commerce product offering
StateTransitionException(String msg)
          Deprecated See BEA Commerce product offering
 
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

StateTransitionException

public StateTransitionException()
Deprecated See BEA Commerce product offering

An empty constructor, needed since we have another one.


StateTransitionException

public StateTransitionException(String msg)
Deprecated See BEA Commerce product offering

this constructor uses the super method for the message

Parameters
the - String for this message.


Copyright © 2008 BEA Systems, Inc. All Rights Reserved