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

@Deprecated
public class StateTransitionException
extends Exception

Class of exception for state transitions in the StateMachine package

See Also
Serialized Form

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


StateTransitionException

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

Parameters
the - String for this message.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.