Class StopException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class StopException extends LifecycleException
Thrown in case stopping a component caused problems. Usually a method similar to "stop()" throws such an exception.
See Also:
  • Constructor Details

    • StopException

      public StopException(String aMessage, String aErrorCode)
    • StopException

      public StopException(String aMessage, Throwable aCause, String aErrorCode)
    • StopException

      public StopException(String aMessage, Throwable aCause)
    • StopException

      public StopException(String aMessage)
    • StopException

      public StopException(Throwable aCause, String aErrorCode)
    • StopException

      public StopException(Throwable aCause)