Class AlreadyStoppedException

All Implemented Interfaces:
Serializable

public class AlreadyStoppedException extends RuntimeCamelException
Thrown when an operation is attempted on a Service that has already been stopped and therefore cannot service the call.

Typically raised when a producer or template is invoked after the owning CamelContext (or its parent route) has been shut down.

See Also:
  • Constructor Details

    • AlreadyStoppedException

      public AlreadyStoppedException()