Package io.deephaven.util
Class ExecutionContextRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.util.ExecutionContextRegistrationException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionContextRegistrationException
-
-
Method Details
-
onFailedComponentAccess
public static ExecutionContextRegistrationException onFailedComponentAccess(@NotNull @NotNull String componentName)
-