Sonic Management API

com.sonicsw.mf.common.runtime
Class RecoverableStateChangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonicsw.mf.common.MFException
              extended by com.sonicsw.mf.common.runtime.RecoverableStateChangeException
All Implemented Interfaces:
java.io.Serializable

public class RecoverableStateChangeException
extends MFException

Thrown by an IStateController when it has determined that it cannot perform the requested state change without backing out the requested state change and re-evaluating whether the requested state change is still required. The same excpetion will be propagated by an IStateManager.

Not all state change implementations will support recovery.

See Also:
IStateController.changeState(), IStateManager.requestStateChange(short, short, Object), Serialized Form

Constructor Summary
RecoverableStateChangeException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.sonicsw.mf.common.MFException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecoverableStateChangeException

public RecoverableStateChangeException(java.lang.String message)

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 07-Mar-2010.