org.apache.ode.bpel.rapi
Class UninitializedVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.rapi.UninitializedVariableException
All Implemented Interfaces:
java.io.Serializable

public class UninitializedVariableException
extends java.lang.Exception

Indicates that the engine could not complete an operation because a variable was not initialized.

See Also:
Serialized Form

Constructor Summary
UninitializedVariableException()
           
 
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

UninitializedVariableException

public UninitializedVariableException()