StateTransitionException Class

com.beasys.commerce.ebusiness.order
StateTransitionException Class

public class StateTransitionException

    extends Exception

Class of exception for state transitions in the StateMachine package


Hierarchy
Object
  Throwable
    Exception
      StateTransitionException
All Implemented Interfaces

Serializable

Constructor Summary

StateTransitionException()

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

this constructor uses the super method for the message
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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