Uses of Class
org.apache.qpid.protonj2.engine.exceptions.EngineFailedException
Package
Description
-
Uses of EngineFailedException in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptiondefault void
EngineHandler.engineFailed
(EngineHandlerContext context, EngineFailedException failure) Called when the engine has transitioned to a failed state and cannot process any additional input or output.void
EngineHandlerContext.fireFailed
(EngineFailedException failure) Fires theEngine
failed event into the next handler in theEnginePipeline
chain.EnginePipeline.fireFailed
(EngineFailedException failure) Fires an engine failed event into eachEngineHandler
in the pipeline indicating that the engine is now failed and should not accept or produce new work. -
Uses of EngineFailedException in org.apache.qpid.protonj2.engine.exceptions
Modifier and TypeMethodDescriptionstatic EngineFailedException
ProtonExceptionSupport.createFailedException
(String message, Throwable cause) Creates a new instance of an EngineFailedException that either wraps the given cause if it is not an instance of anEngineFailedException
or creates a new copy of the givenEngineFailedException
in order to produce a meaningful stack trace for the caller of which of their calls failed due to the engine state being failed.static EngineFailedException
ProtonExceptionSupport.createFailedException
(Throwable cause) Checks the given cause to determine if it's already an ProtonException type and if not creates a new ProtonException to wrap it. -
Uses of EngineFailedException in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescriptionvoid
ProtonFrameDecodingHandler.engineFailed
(EngineHandlerContext context, EngineFailedException failure) void
ProtonPerformativeHandler.engineFailed
(EngineHandlerContext context, EngineFailedException failure) void
ProtonEngineHandlerContext.fireFailed
(EngineFailedException failure) ProtonEnginePipeline.fireFailed
(EngineFailedException e) ProtonEnginePipelineProxy.fireFailed
(EngineFailedException e)