FutureFailedException constructor

FutureFailedException(
  1. String expression,
  2. InstanceRef errorRef,
  3. InstanceRef stacktraceRef
)

Implementation

FutureFailedException(this.expression, this.errorRef, this.stacktraceRef);