Class ComponentIsStoppedException

All Implemented Interfaces:
Serializable

public class ComponentIsStoppedException extends IllegalStateException
Exception indicating that a component receiving a method call has stopped.
Author:
Richard Achmatowicz
See Also:
  • Constructor Details

    • ComponentIsStoppedException

      public ComponentIsStoppedException()
      Constructs a ComponentIsStoppedException with no detail message.
    • ComponentIsStoppedException

      public ComponentIsStoppedException(String message)
      Constructs a ComponentIsStoppedException with the specified detail message.
      Parameters:
      message - the detail message