Thrown when a local variable in a
com.uwyn.rife.continuations.ContinuationStack couldn't be cloned when a continuation is resumed.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3813 $ since: 1.6
getLocalVarType() The type of the local variable that can't be cloned.
Constructor Detail
ContinuableLocalVariableUncloneableException
public ContinuableLocalVariableUncloneableException(Class continuableClass, String localVarType, Throwable cause)(Code)
Instantiates a new exception.
Parameters: continuableClass - the class of the continuable that contains anunclonable local variable Parameters: localVarType - the type of the local variable Parameters: cause - the cause of the retrieval failure; or