Class ExecutionContextRegistrationException

All Implemented Interfaces:
Serializable

public final class ExecutionContextRegistrationException extends UncheckedDeephavenException
This exception is thrown when the ThreadLocal ExecutionContext or any of its components are accessed if they have not been properly initialized.
See Also:
  • Constructor Details

    • ExecutionContextRegistrationException

      public ExecutionContextRegistrationException(@NotNull @NotNull String missingComponent)
  • Method Details