jcama
Class CamaExceptionNotInScope

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcama.CamaException
              extended by jcama.CamaExceptionNotInScope
All Implemented Interfaces:
java.io.Serializable

public class CamaExceptionNotInScope
extends CamaException

Thrown when an agent attempts to use a Linda operation or the lambda scope or in a state where there is no active scope (i.e. when not conntected to a location). Other situations may be a deletion of scope by other agent or trying to execute scope operation without joining it.

See Also:
Serialized Form

Constructor Summary
CamaExceptionNotInScope()
          Creates a new instance of CamaExceptionNotInScope
CamaExceptionNotInScope(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class jcama.CamaException
CamaSelException
 
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

CamaExceptionNotInScope

public CamaExceptionNotInScope()
Creates a new instance of CamaExceptionNotInScope


CamaExceptionNotInScope

public CamaExceptionNotInScope(java.lang.String s)