Class AsynchronousComputationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.elasticsearch.common.inject.internal.ComputationException
-
- org.elasticsearch.common.inject.internal.AsynchronousComputationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AsynchronousComputationException extends ComputationException
Wraps an exception that occurred during a computation in a different thread.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsynchronousComputationException(java.lang.Throwable cause)
-